You are viewing a plain text version of this content. The canonical link for it is here.
Posted to woden-dev@ws.apache.org by jk...@apache.org on 2006/07/09 07:03:42 UTC

svn commit: r420241 - in /incubator/woden/java/test/org/apache/woden/wsdl20/extensions/http: HTTPBindingOperationExtensionsTest.java resources/HTTPBindingOperationExtensions.wsdl

Author: jkaputin
Date: Sat Jul  8 22:03:41 2006
New Revision: 420241

URL: http://svn.apache.org/viewvc?rev=420241&view=rev
Log:
Modified the testQueryParameterSeparator method to match
a recent change to the implementation. The expected
value for the particular test is now null instead of
ampersand.

Modified:
    incubator/woden/java/test/org/apache/woden/wsdl20/extensions/http/HTTPBindingOperationExtensionsTest.java
    incubator/woden/java/test/org/apache/woden/wsdl20/extensions/http/resources/HTTPBindingOperationExtensions.wsdl

Modified: incubator/woden/java/test/org/apache/woden/wsdl20/extensions/http/HTTPBindingOperationExtensionsTest.java
URL: http://svn.apache.org/viewvc/incubator/woden/java/test/org/apache/woden/wsdl20/extensions/http/HTTPBindingOperationExtensionsTest.java?rev=420241&r1=420240&r2=420241&view=diff
==============================================================================
--- incubator/woden/java/test/org/apache/woden/wsdl20/extensions/http/HTTPBindingOperationExtensionsTest.java (original)
+++ incubator/woden/java/test/org/apache/woden/wsdl20/extensions/http/HTTPBindingOperationExtensionsTest.java Sat Jul  8 22:03:41 2006
@@ -414,8 +414,7 @@
                     ComponentExtensions.URI_NS_HTTP);
         
         String actual2 = httpBindOperExts2.getHttpQueryParameterSeparator();
-        assertEquals("Unexpected default value for http query parameter separator.",
-                "&",
+        assertNull("Expected a null value for http query parameter separator.",
                 actual2);
     }
 

Modified: incubator/woden/java/test/org/apache/woden/wsdl20/extensions/http/resources/HTTPBindingOperationExtensions.wsdl
URL: http://svn.apache.org/viewvc/incubator/woden/java/test/org/apache/woden/wsdl20/extensions/http/resources/HTTPBindingOperationExtensions.wsdl?rev=420241&r1=420240&r2=420241&view=diff
==============================================================================
--- incubator/woden/java/test/org/apache/woden/wsdl20/extensions/http/resources/HTTPBindingOperationExtensions.wsdl (original)
+++ incubator/woden/java/test/org/apache/woden/wsdl20/extensions/http/resources/HTTPBindingOperationExtensions.wsdl Sat Jul  8 22:03:41 2006
@@ -80,7 +80,7 @@
 	          {http input serialization} should default to application/xml if {http method} rules default to POST
 	          {http output serialization} should default to application/xml
 	          {http fault serialization} should default to application/xml
-	          {http query parameter separator} should default to ampersand
+	          {http query parameter separator} should default to null
 	          {http transfer coding default} should default to null
 	      </documentation>
 	  </operation>



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