Author: dims
Date: Wed Aug 24 19:22:57 2005
New Revision: 239977
URL: http://svn.apache.org/viewcvs?rev=239977&view=rev
Log:
fix case
Modified:
webservices/axis/trunk/java/modules/integration/itest/org/apache/axis2/interopt/whitmesa/round4/simple/WhitemesaR4SimpleTest.java
Modified:
webservices/axis/trunk/java/modules/integration/itest/org/apache/axis2/interopt/whitmesa/round4/simple/WhitemesaR4SimpleTest.java
URL:
http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/integration/itest/org/apache/axis2/interopt/whitmesa/round4/simple/WhitemesaR4SimpleTest.java?rev=239977&r1=239976&r2=239977&view=diff
==============================================================================
---
webservices/axis/trunk/java/modules/integration/itest/org/apache/axis2/interopt/whitmesa/round4/simple/WhitemesaR4SimpleTest.java
(original)
+++
webservices/axis/trunk/java/modules/integration/itest/org/apache/axis2/interopt/whitmesa/round4/simple/WhitemesaR4SimpleTest.java
Wed Aug 24 19:22:57 2005
@@ -110,7 +110,7 @@
public void testEchoMultipleFaults3() throws Exception{
util=new EchoMultipleFaults3Clientutil();
retEle =client.sendMsg(util,soapAction);
-
assertTrue(compare(retEle,"/interopt/whitemesa/round4/res/resMultiplefaults3.xml"));
+
assertTrue(compare(retEle,"/interopt/whitemesa/round4/res/resMultipleFaults3.xml"));
}
public void testEchoMultipleFaults4() throws Exception{
util=new EchoMultipleFaults4ClientUtil();