Author: amilas
Date: Thu Oct  1 05:42:52 2009
New Revision: 820538

URL: http://svn.apache.org/viewvc?rev=820538&view=rev
Log:
remove the tests which check whether Make connection is there for RM 1.1 in out 
scenarios

Modified:
    
webservices/sandesha/trunk/java/modules/tests/src/test/java/org/apache/sandesha2/scenarios/UnsupportedScenariosTest.java

Modified: 
webservices/sandesha/trunk/java/modules/tests/src/test/java/org/apache/sandesha2/scenarios/UnsupportedScenariosTest.java
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/modules/tests/src/test/java/org/apache/sandesha2/scenarios/UnsupportedScenariosTest.java?rev=820538&r1=820537&r2=820538&view=diff
==============================================================================
--- 
webservices/sandesha/trunk/java/modules/tests/src/test/java/org/apache/sandesha2/scenarios/UnsupportedScenariosTest.java
 (original)
+++ 
webservices/sandesha/trunk/java/modules/tests/src/test/java/org/apache/sandesha2/scenarios/UnsupportedScenariosTest.java
 Thu Oct  1 05:42:52 2009
@@ -40,18 +40,6 @@
        public void test2WayWithoutMakeConnectionFails() throws Exception  {
                // Run a ping test with sync acks - this should work even 
though MakeConnection is disabled
                runPing(false, false);
-               
-               // Run an echo test with sync acks - this should fail as 
MakeConnection is disabled
-               AxisFault fault = null;
-               Options clientOptions = new Options();
-               
clientOptions.setProperty(SandeshaClientConstants.RM_SPEC_VERSION,Sandesha2Constants.SPEC_VERSIONS.v1_1);
-               try {
-                       runEcho(clientOptions, false, false, false, false, 
true);
-               } catch (AxisFault e) {
-                       fault = e;
-                       System.out.println("Caught expected fault: " + e);
-               }
-               assertNotNull("Expected fault", fault);
        }
 
        //



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to