dlr         2002/09/27 16:18:19

  Modified:    src/test/org/apache/xmlrpc Base64Test.java
  Log:
  Added more whitespace at the tail end of the test data in an attempt
  to trigger encoding/decoding problem.
  
  Revision  Changes    Path
  1.5       +1 -1      xml-rpc/src/test/org/apache/xmlrpc/Base64Test.java
  
  Index: Base64Test.java
  ===================================================================
  RCS file: /home/cvs/xml-rpc/src/test/org/apache/xmlrpc/Base64Test.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -u -r1.4 -r1.5
  --- Base64Test.java   27 Sep 2002 23:11:28 -0000      1.4
  +++ Base64Test.java   27 Sep 2002 23:18:19 -0000      1.5
  @@ -69,7 +69,7 @@
   {
       private static final String[] TEST_DATA =
       {
  -        "foobar",
  +        "foobar   \t\r",
           "foo bar",
           "foo bar\nbaz"
       };
  
  
  


Reply via email to