Author: gnodet
Date: Wed Jun 27 23:57:11 2007
New Revision: 551477

URL: http://svn.apache.org/viewvc?view=rev&rev=551477
Log:
Fix failing unit test

Modified:
    
incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-http/src/test/java/org/apache/servicemix/http/HttpSoapTest.java

Modified: 
incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-http/src/test/java/org/apache/servicemix/http/HttpSoapTest.java
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-http/src/test/java/org/apache/servicemix/http/HttpSoapTest.java?view=diff&rev=551477&r1=551476&r2=551477
==============================================================================
--- 
incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-http/src/test/java/org/apache/servicemix/http/HttpSoapTest.java
 (original)
+++ 
incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-http/src/test/java/org/apache/servicemix/http/HttpSoapTest.java
 Wed Jun 27 23:57:11 2007
@@ -432,6 +432,7 @@
 
         HttpEndpoint ep3 = createInOnlyEndpoint("ep3");
         ep3.setLocationURI("http://localhost:8193/ep1/";);
+        ep3.setRoleAsString("provider");
         ep3.setSoap(true);
 
         HttpComponent http = new HttpComponent();


Reply via email to