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 aj...@apache.org on 2006/01/10 05:41:54 UTC

svn commit: r367480 - /webservices/axis2/trunk/java/modules/codegen/test/org/apache/axis2/wsdl/WSDL2JavaTest.java

Author: ajith
Date: Mon Jan  9 20:41:47 2006
New Revision: 367480

URL: http://svn.apache.org/viewcvs?rev=367480&view=rev
Log:
Added the SalesRankNPrice.wsdl back to the test case. The latest changes to the codegenerator allows this to be processed properly.

Modified:
    webservices/axis2/trunk/java/modules/codegen/test/org/apache/axis2/wsdl/WSDL2JavaTest.java

Modified: webservices/axis2/trunk/java/modules/codegen/test/org/apache/axis2/wsdl/WSDL2JavaTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/codegen/test/org/apache/axis2/wsdl/WSDL2JavaTest.java?rev=367480&r1=367479&r2=367480&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/codegen/test/org/apache/axis2/wsdl/WSDL2JavaTest.java (original)
+++ webservices/axis2/trunk/java/modules/codegen/test/org/apache/axis2/wsdl/WSDL2JavaTest.java Mon Jan  9 20:41:47 2006
@@ -154,15 +154,13 @@
     /**
      * Test for the sales rank and price!
      */
-    //Commented due to a failure in the tests with the WSDLPump
-//    public void testCodeGenerationSalesRankNPrice(){
-//
-//        try {
-//            generateAndCompile("SalesRankNPrice.wsdl", OUTPUT_LOCATION_BASE+OUTPUT_LOCATION_PREFIX+folderCount++);
-//        } catch (CodeGenerationException e) {
-//            fail("Exception while code generation test!"+ e.getMessage());
-//        }
-//    }
+    public void testCodeGenerationSalesRankNPrice(){
+        try {
+            generateAndCompile("SalesRankNPrice.wsdl", OUTPUT_LOCATION_BASE+OUTPUT_LOCATION_PREFIX+folderCount++);
+        } catch (CodeGenerationException e) {
+            fail("Exception while code generation test!"+ e.getMessage());
+        }
+    }
 
      /**
      * Test for the mime doc