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/11 06:08:16 UTC

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

cmanohar    2005/08/10 21:08:16

  Modified:    c/tests/auto_build/testcases/output XSD_NCName.expected
  Log:
  
  
  Revision  Changes    Path
  1.3       +6 -8      ws-axis/c/tests/auto_build/testcases/output/XSD_NCName.expected
  
  Index: XSD_NCName.expected
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/output/XSD_NCName.expected,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XSD_NCName.expected	13 Jul 2005 15:19:10 -0000	1.2
  +++ XSD_NCName.expected	11 Aug 2005 04:08:16 -0000	1.3
  @@ -1,14 +1,12 @@
  -non-nillable element=A simple test message!
  +non-nillable element=xml.si-mple_name
   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!
  +nillable element=xml.si-mple_name
   empty nillable element=<empty>
   nil element=<nil>
  -required attribute=A simple test message!
  +required attribute=xml.si-mple_name
   empty required attribute=<empty>
   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]=xml.si-mple_name
  +  element[1]=xml.si-mple_name
  +within complex type=xml.si-mple_name
   ---------------------- TEST COMPLETE -----------------------------