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/08 15:12:40 UTC

cvs commit: ws-axis/c/tests/auto_build/testcases/output XSD_anyURI.expected

cmanohar    2005/08/08 06:12:40

  Modified:    c/tests/auto_build/testcases/output XSD_anyURI.expected
  Log:
  
  
  Revision  Changes    Path
  1.3       +5 -15     ws-axis/c/tests/auto_build/testcases/output/XSD_anyURI.expected
  
  Index: XSD_anyURI.expected
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/output/XSD_anyURI.expected,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XSD_anyURI.expected	13 Jul 2005 15:19:10 -0000	1.2
  +++ XSD_anyURI.expected	8 Aug 2005 13:12:40 -0000	1.3
  @@ -1,17 +1,7 @@
  -non-nillable element=A simple test message!
  -empty non-nillable element=<empty>
  -non-nillable element with XML reserved characters=<>&"'
  -non-nillable element with whitespace characters="  	
  -some text 	
  -more text 	
  -"
  -nillable element=A simple test message!
  -empty nillable element=<empty>
  -nil element=<nil>
  -required attribute=A simple test message!
  -empty required attribute=<empty>
  +non-nillable element=http://www.xyz.com
  +required attribute=http://www.xyz.com
   array of 2 elements
  -  element[0]=A simple test message!
  -  element[1]=A simple test message!
  -within complex type=A simple test message!
  +  element[0]=http://www.xyz.com
  +  element[1]=http://www.xyz.com
  +within complex type=http://www.xyz.com
   ---------------------- TEST COMPLETE -----------------------------