From 28238bc0c12a10239564cd1d58fd07345fe1cde4 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Thu, 15 Nov 2018 08:00:24 -0500 Subject: Don't run test until ws.start() completes Allocate server port via port=0 method. Replace tabs with spaces. Use logback-test to log test output only to stdout. Only wait for latch a finite amount of time. Update license date in new logback-test. Tabs => spaces in logback-test. More tabs => spaces in logback-test. Remove extra attributes from logback-test "configuration" element. Change-Id: I5608a4736c0b08d86a0687034eac6a65e3e77972 Issue-ID: POLICY-1092 Signed-off-by: Jim Hahn --- .../src/test/resources/logback-test.xml | 54 ++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 PolicyEngineAPI/src/test/resources/logback-test.xml (limited to 'PolicyEngineAPI/src/test/resources/logback-test.xml') diff --git a/PolicyEngineAPI/src/test/resources/logback-test.xml b/PolicyEngineAPI/src/test/resources/logback-test.xml new file mode 100644 index 000000000..717766a91 --- /dev/null +++ b/PolicyEngineAPI/src/test/resources/logback-test.xml @@ -0,0 +1,54 @@ + + + + + + + + + ${defaultPattern} + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg