Author: oshani
Date: Thu Oct 19 18:12:53 2006
New Revision: 465944

URL: http://svn.apache.org/viewvc?view=rev&rev=465944
Log:
Removed the comment in testWeathSvc1GFromOM. This testcase failed some time 
back due to a problem in XmlSchema, but now it has been fixed and the test case 
passes as expected.

Modified:
    
incubator/woden/branches/WODEN-44/test/org/apache/woden/tests/OMW3CTestSuiteTest.java

Modified: 
incubator/woden/branches/WODEN-44/test/org/apache/woden/tests/OMW3CTestSuiteTest.java
URL: 
http://svn.apache.org/viewvc/incubator/woden/branches/WODEN-44/test/org/apache/woden/tests/OMW3CTestSuiteTest.java?view=diff&rev=465944&r1=465943&r2=465944
==============================================================================
--- 
incubator/woden/branches/WODEN-44/test/org/apache/woden/tests/OMW3CTestSuiteTest.java
 (original)
+++ 
incubator/woden/branches/WODEN-44/test/org/apache/woden/tests/OMW3CTestSuiteTest.java
 Thu Oct 19 18:12:53 2006
@@ -635,17 +635,12 @@
      * Test for the test-suite/documents/good/WeathSvc-1G W3C test.
      */
 
-    
////////////////////////////////////////////////////////////////////////////////
-    //FAILED : due to XmlSchemaException:"No namespace found in given ref"     
   //
-    // This has been fixed in XMLSchema, but would have to wait for a release 
to  //
-    // get the jars with the fix                                               
   //
-    
////////////////////////////////////////////////////////////////////////////////
     public void testWeathSvc1GFromOM(){
       try{
         DescriptionElement desc = 
omWSDLReader.readWSDL(wfr.getFilePath("http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/documents/good/WeathSvc-1G/WeathSvc.wsdl";),
 handler);
         assertNotNull("DescriptionElement is null.", desc);
         //TODO FIXME
-        //assertFalse("The good WeathSvc-1G test returned errors. " + 
handler.getSummaryOfMessageKeys(), handler.messageHasBeenReported());
+        assertFalse("The good WeathSvc-1G test returned errors. " + 
handler.getSummaryOfMessageKeys(), handler.messageHasBeenReported());
       }
       catch(Exception e){
         fail("Unable to read WSDL document because of " + e);



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to