You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sandesha-dev@ws.apache.org by ch...@apache.org on 2006/01/26 16:10:44 UTC

svn commit: r372541 - in /webservices/sandesha/trunk/test/src/org/apache/sandesha2: AddressablePingTest.java AnonymousPingTest.java

Author: chamikara
Date: Thu Jan 26 07:10:31 2006
New Revision: 372541

URL: http://svn.apache.org/viewcvs?rev=372541&view=rev
Log:
Corrected the sandesa2 version in the test cases

Modified:
    webservices/sandesha/trunk/test/src/org/apache/sandesha2/AddressablePingTest.java
    webservices/sandesha/trunk/test/src/org/apache/sandesha2/AnonymousPingTest.java

Modified: webservices/sandesha/trunk/test/src/org/apache/sandesha2/AddressablePingTest.java
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/test/src/org/apache/sandesha2/AddressablePingTest.java?rev=372541&r1=372540&r2=372541&view=diff
==============================================================================
--- webservices/sandesha/trunk/test/src/org/apache/sandesha2/AddressablePingTest.java (original)
+++ webservices/sandesha/trunk/test/src/org/apache/sandesha2/AddressablePingTest.java Thu Jan 26 07:10:31 2006
@@ -84,7 +84,7 @@
 		ServiceClient serviceClient = new ServiceClient (configContext,null);
 		//serviceClient.
 		
-		serviceClient.engageModule(new QName ("Sandesha2-0.9"));
+		serviceClient.engageModule(new QName ("sandesha2"));
 		serviceClient.setOptions(clientOptions);
 		
 		serviceClient.fireAndForget(getPingOMBlock("ping1"));
@@ -107,7 +107,6 @@
 		assertEquals(sequenceReport.getSequenceStatus(),SequenceReport.SEQUENCE_STATUS_COMPLETED);
 		assertEquals(sequenceReport.getSequenceDirection(),SequenceReport.SEQUENCE_DIRECTION_OUT);
 		
-
 	}
 	
 	private OMElement getPingOMBlock(String text) {

Modified: webservices/sandesha/trunk/test/src/org/apache/sandesha2/AnonymousPingTest.java
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/test/src/org/apache/sandesha2/AnonymousPingTest.java?rev=372541&r1=372540&r2=372541&view=diff
==============================================================================
--- webservices/sandesha/trunk/test/src/org/apache/sandesha2/AnonymousPingTest.java (original)
+++ webservices/sandesha/trunk/test/src/org/apache/sandesha2/AnonymousPingTest.java Thu Jan 26 07:10:31 2006
@@ -82,7 +82,7 @@
 		ServiceClient serviceClient = new ServiceClient (configContext,null);
 		//serviceClient.
 		
-		serviceClient.engageModule(new QName ("Sandesha2-0.9"));
+		serviceClient.engageModule(new QName ("sandesha2"));
 		serviceClient.setOptions(clientOptions);
 		
 		serviceClient.fireAndForget(getPingOMBlock("ping1"));



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