changeset 1164:1ddc11cdcb31

minor
author Devel 2
date Tue, 16 Jun 2020 08:07:00 +0200
parents a3f101f9f9e8
children f04a0325dc2c
files stress-tester/src/test/java/com/passus/st/client/FlowExecutorTest.java stress-tester/src/test/java/com/passus/st/client/http/filter/HttpMessageModificationFilterTransformerTest.java
diffstat 2 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/stress-tester/src/test/java/com/passus/st/client/FlowExecutorTest.java	Tue Jun 16 08:06:42 2020 +0200
+++ b/stress-tester/src/test/java/com/passus/st/client/FlowExecutorTest.java	Tue Jun 16 08:07:00 2020 +0200
@@ -2,7 +2,6 @@
 
 import com.passus.commons.service.ServiceUtils;
 import com.passus.st.AbstractWireMockTest;
-import com.passus.st.Log4jConfigurationFactory;
 import com.passus.st.emitter.RuleBasedSessionMapper;
 import com.passus.st.emitter.nio.NioEmitter;
 import com.passus.st.utils.EventUtils;
--- a/stress-tester/src/test/java/com/passus/st/client/http/filter/HttpMessageModificationFilterTransformerTest.java	Tue Jun 16 08:06:42 2020 +0200
+++ b/stress-tester/src/test/java/com/passus/st/client/http/filter/HttpMessageModificationFilterTransformerTest.java	Tue Jun 16 08:07:00 2020 +0200
@@ -348,7 +348,6 @@
         Errors errors = new Errors();
         CValueNode value = transformer.transform(node.getNode(), errors, context);
 
-        errors.getAllErrors().forEach(System.out::println);
         assertEquals(0, errors.getErrorCount());
 
         List<Operation> operations = (List) value.getValue();