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 cm...@apache.org on 2005/08/02 13:13:06 UTC

cvs commit: ws-axis/c/tests/auto_build/testcases/client/cpp XSD_anyURInonUTF8Client.cpp

cmanohar    2005/08/02 04:13:05

  Modified:    c/tests/auto_build/testcases/client/cpp
                        XSD_anyURInonUTF8Client.cpp
  Log:
  
  
  Revision  Changes    Path
  1.2       +1 -1      ws-axis/c/tests/auto_build/testcases/client/cpp/XSD_anyURInonUTF8Client.cpp
  
  Index: XSD_anyURInonUTF8Client.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/client/cpp/XSD_anyURInonUTF8Client.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XSD_anyURInonUTF8Client.cpp	25 Jul 2005 12:42:35 -0000	1.1
  +++ XSD_anyURInonUTF8Client.cpp	2 Aug 2005 11:13:05 -0000	1.2
  @@ -37,7 +37,7 @@
           xsd__anyURI emptyInput = new char[1];
           strcpy (emptyInput, emptyanyURI);
   		char simpleanyURI[100] = "http://www.w3.org/People/D�rst/";
  -        xsd__anyURI input = new char[25];
  +        xsd__anyURI input = new char[100];
           strcpy (input, simpleanyURI);
   
           // Test non-nillable element