You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ru...@apache.org on 2006/10/08 08:00:45 UTC

svn commit: r454084 - /webservices/axis2/branches/java/1_1/modules/integration/test/org/apache/rampart/RampartTest.java

Author: ruchithf
Date: Sat Oct  7 23:00:45 2006
New Revision: 454084

URL: http://svn.apache.org/viewvc?view=rev&rev=454084
Log:
Fix the build break - skip tests that uses unlimited strength key sizes

Modified:
    webservices/axis2/branches/java/1_1/modules/integration/test/org/apache/rampart/RampartTest.java

Modified: webservices/axis2/branches/java/1_1/modules/integration/test/org/apache/rampart/RampartTest.java
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/integration/test/org/apache/rampart/RampartTest.java?view=diff&rev=454084&r1=454083&r2=454084
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/integration/test/org/apache/rampart/RampartTest.java (original)
+++ webservices/axis2/branches/java/1_1/modules/integration/test/org/apache/rampart/RampartTest.java Sat Oct  7 23:00:45 2006
@@ -66,7 +66,7 @@
             serviceClient.engageModule(new QName("rampart"));
 
             //TODO : figure this out !!
-            boolean basic256Supported = true;
+            boolean basic256Supported = false;
             
             for (int i = 1; i <= 9; i++) { //<-The number of tests we have
                 if(!basic256Supported && (i == 3 || i == 4 || i ==5)) {



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org