You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bl...@apache.org on 2001/10/17 18:34:40 UTC

cvs commit: xml-axis/java/test/encoding TestString.java

bloritsch    01/10/17 09:34:40

  Modified:    java/test/encoding TestString.java
  Log:
  Add failure messages
  
  Revision  Changes    Path
  1.10      +1 -1      xml-axis/java/test/encoding/TestString.java
  
  Index: TestString.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/test/encoding/TestString.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- TestString.java	2001/10/16 13:25:52	1.9
  +++ TestString.java	2001/10/17 16:34:40	1.10
  @@ -50,7 +50,7 @@
           String result = (String)output.getValue();
           assertNotNull("No value for testParam param", result);
           
  -        assertEquals(expected, result);
  +        assertEquals("Expected result not received.", expected, result);
       }
   
       private void runtest(String value) throws Exception {