You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-dev@ws.apache.org by na...@apache.org on 2008/03/04 15:27:28 UTC

svn commit: r633484 - /webservices/rampart/trunk/java/modules/rampart-integration/src/test/java/org/apache/rampart/RampartTest.java

Author: nandana
Date: Tue Mar  4 06:27:27 2008
New Revision: 633484

URL: http://svn.apache.org/viewvc?rev=633484&view=rev
Log:
Added the WS Sec scenario 1 test

Modified:
    webservices/rampart/trunk/java/modules/rampart-integration/src/test/java/org/apache/rampart/RampartTest.java

Modified: webservices/rampart/trunk/java/modules/rampart-integration/src/test/java/org/apache/rampart/RampartTest.java
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/java/modules/rampart-integration/src/test/java/org/apache/rampart/RampartTest.java?rev=633484&r1=633483&r2=633484&view=diff
==============================================================================
--- webservices/rampart/trunk/java/modules/rampart-integration/src/test/java/org/apache/rampart/RampartTest.java (original)
+++ webservices/rampart/trunk/java/modules/rampart-integration/src/test/java/org/apache/rampart/RampartTest.java Tue Mar  4 06:27:27 2008
@@ -81,7 +81,7 @@
                 }
                 Options options = new Options();
                 
-                if(i == 1 || i == 13) {
+                if( i == 13 ) {
                     continue; // Can't test Transport binding with Simple HTTP Server
                     //Username token created with user/pass from options
                     //options.setUserName("alice");