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:27:19 UTC

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

bloritsch    01/10/17 09:27:19

  Modified:    java/test/encoding TestDOM.java
  Log:
  Add failure messages
  
  Revision  Changes    Path
  1.4       +1 -1      xml-axis/java/test/encoding/TestDOM.java
  
  Index: TestDOM.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/test/encoding/TestDOM.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- TestDOM.java	2001/08/10 13:08:22	1.3
  +++ TestDOM.java	2001/10/17 16:27:18	1.4
  @@ -60,7 +60,7 @@
          // Element dom = message.getAsDOM();
          String result = message.getAsString();
   
  -       assertEquals(request, result);
  +       assertEquals("Request is not the same as the result.", request, result);
       }
       
       public static void main(String [] args) throws Exception