You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by pe...@apache.org on 2001/11/21 20:25:35 UTC

cvs commit: xml-xerces/c/scripts sanityTest.pl

peiyongz    01/11/21 11:25:35

  Modified:    c/scripts sanityTest.pl
  Log:
  SEnumVal:
  
  Revision  Changes    Path
  1.9       +5 -1      xml-xerces/c/scripts/sanityTest.pl
  
  Index: sanityTest.pl
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/scripts/sanityTest.pl,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- sanityTest.pl	2001/11/19 21:12:41	1.8
  +++ sanityTest.pl	2001/11/21 19:25:35	1.9
  @@ -56,7 +56,7 @@
   #
   
   #
  -# $Id: sanityTest.pl,v 1.8 2001/11/19 21:12:41 tng Exp $
  +# $Id: sanityTest.pl,v 1.9 2001/11/21 19:25:35 peiyongz Exp $
   #
   
   
  @@ -154,6 +154,10 @@
   #  Run EnumVal
   system ("EnumVal");
   system ("EnumVal personal.xml");
  +
  +#  Run SEnumVal
  +system ("SEnumVal");
  +system ("SEnumVal personal-schema.xml");
   
   #  Run CreateDOMDocument
   system ("CreateDOMDocument");
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org