This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git
commit ea6e71819a79b4dad4f1ba840316ad8242e4ee20 Author: Robert Lazarski <robertlazar...@gmail.com> AuthorDate: Sun Oct 6 03:21:03 2024 -1000 remove some unit test logging that is no longer needed --- .../src/test/java/org/apache/rampart/RampartTest.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/rampart-integration/src/test/java/org/apache/rampart/RampartTest.java b/modules/rampart-integration/src/test/java/org/apache/rampart/RampartTest.java index 12194840..fc9d44ec 100644 --- a/modules/rampart-integration/src/test/java/org/apache/rampart/RampartTest.java +++ b/modules/rampart-integration/src/test/java/org/apache/rampart/RampartTest.java @@ -109,7 +109,6 @@ public class RampartTest { options.setPassword("password"); } - System.out.println("Testing WS-Sec: custom scenario " + i); options.setAction("urn:echo"); ServiceContext context = serviceClient.getServiceContext(); @@ -125,7 +124,6 @@ public class RampartTest { serviceClient.addHeader(header); } - System.out.println("Testing WS-Sec: custom scenario " + i + " , so far"); // Invoking the service in the TestCase-28 should fail. So handling it differently.. if (i == 28 || i == 34) { try { @@ -193,7 +191,6 @@ public class RampartTest { } catch (AxisFault axisFault) { assertEquals("Testing negative scenarios with Apache Rampart. Intentional Exception", axisFault.getMessage()); } - System.out.println("Testing WS-Sec: custom scenario " + i + " , so goog"); } @@ -207,7 +204,6 @@ public class RampartTest { } Options options = serviceClient.getOptions(); - System.out.println("Testing WS-SecConv: custom scenario " + i); options.setAction("urn:echo"); serviceClient.getServiceContext().setProperty(RampartMessageData.KEY_RAMPART_POLICY, loadPolicy("/rampart/policy/sc-" + i + ".xml"));