Skip to content
Snippets Groups Projects
Commit 1f5a47ee authored by felmer's avatar felmer
Browse files

add console output as last statement in order to be sure that this test...

add console output as last statement in order to be sure that this test application has ended in integration test.

SVN: 28535
parent 42682aae
No related branches found
No related tags found
No related merge requests found
......@@ -208,6 +208,7 @@ public class ScreeningClientApiTest
}
}
facade.logout();
System.out.println("Test finished");
}
private static String renderMaterialProperties(Map<String, Material> materialProperties)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment