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/01/17 05:17:57 UTC

svn commit: r369675 - /incubator/woden/java/test/org/apache/woden/WSDLReaderTest.java

Author: jkaputin
Date: Mon Jan 16 20:17:49 2006
New Revision: 369675

URL: http://svn.apache.org/viewcvs?rev=369675&view=rev
Log:
changed error id WSDL004 to WSDL501 after some refactoring
of the messages file.

Modified:
    incubator/woden/java/test/org/apache/woden/WSDLReaderTest.java

Modified: incubator/woden/java/test/org/apache/woden/WSDLReaderTest.java
URL: http://svn.apache.org/viewcvs/incubator/woden/java/test/org/apache/woden/WSDLReaderTest.java?rev=369675&r1=369674&r2=369675&view=diff
==============================================================================
--- incubator/woden/java/test/org/apache/woden/WSDLReaderTest.java (original)
+++ incubator/woden/java/test/org/apache/woden/WSDLReaderTest.java Mon Jan 16 20:17:49 2006
@@ -1,5 +1,5 @@
 /**
- * Copyright 2005 Apache Software Foundation 
+ * Copyright 2005, 2006 Apache Software Foundation 
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); 
  * you may not use this file except in compliance with the License. 
@@ -77,8 +77,8 @@
 	  }
 	  catch(WSDLException e)
 	  {
-          assertTrue("Expected a WSDLException with message containing \"WSDL004\", but got: " + e.getMessage() ,
-             e.getMessage().indexOf("WSDL004") > -1);
+          assertTrue("Expected a WSDLException with message containing \"WSDL501\", but got: " + e.getMessage() ,
+             e.getMessage().indexOf("WSDL501") > -1);
 	  }
   }
 



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