You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by tn...@apache.org on 2002/02/05 14:38:54 UTC

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

tng         02/02/05 05:38:54

  Modified:    c/scripts sanityTest.pl sanityTest_ExpectedResult.log
  Log:
  Add IDOMMemTest and InitTermTest to sanityTest.pl
  
  Revision  Changes    Path
  1.10      +7 -1      xml-xerces/c/scripts/sanityTest.pl
  
  Index: sanityTest.pl
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/scripts/sanityTest.pl,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- sanityTest.pl	21 Nov 2001 19:25:35 -0000	1.9
  +++ sanityTest.pl	5 Feb 2002 13:38:54 -0000	1.10
  @@ -56,7 +56,7 @@
   #
   
   #
  -# $Id: sanityTest.pl,v 1.9 2001/11/21 19:25:35 peiyongz Exp $
  +# $Id: sanityTest.pl,v 1.10 2002/02/05 13:38:54 tng Exp $
   #
   
   
  @@ -181,6 +181,9 @@
   #  Run DOMTraversalTest
   system ("DOMTraversalTest");
   
  +#  Run IDOMMemTest
  +system ("IDOMMemTest");
  +
   #  Run IDOMTest
   system ("IDOMTest");
   
  @@ -191,6 +194,9 @@
   system ("ITraversal");
   
   #  Run InitTestTerm
  +system ("InitTermTest");
   system ("InitTermTest personal.xml");
  +system ("InitTermTest -n -s personal-schema.xml");
  +system ("InitTermTest -n -s -f personal-schema.xml");
   
   chdir "..".$pathsep."..";
  
  
  
  1.17      +21 -3     xml-xerces/c/scripts/sanityTest_ExpectedResult.log
  
  Index: sanityTest_ExpectedResult.log
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/scripts/sanityTest_ExpectedResult.log,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- sanityTest_ExpectedResult.log	24 Jan 2002 13:58:10 -0000	1.16
  +++ sanityTest_ExpectedResult.log	5 Feb 2002 13:38:54 -0000	1.17
  @@ -921,11 +921,11 @@
   DOM Memory Test.
   DOM reference counted memory alloction statistics:
       live  string handles:   0
  -    total string handles:   505
  +    total string handles:   545
       live  string buffers:   0
  -    total string buffers:   538
  +    total string buffers:   578
       live  nodeImpls:        0
  -    total nodeImpls:        182
  +    total nodeImpls:        183
       live  NamedNodeMaps:    0
       total NamedNodeMaps:    37
   DOM reference counted memory alloction statistics:
  @@ -956,6 +956,24 @@
       live  NamedNodeMaps:    0
       total NamedNodeMaps:    2
   Test Run Successfully
  +Test Run Successfully
  +Test Run Successfully
  +Test Run Successfully
  +
  +Usage:
  +    InitTermTest [options] <XML file>
  +
  +This program tests the XMLPlatformUtils::Initialize()/Terminate()
  +pair by calling it a number of times.  All four parsers
  +(DOMParser, IDOMParser, SAXParser and SAX2XMLReader) are invoked
  +to parse the specified XML file.
  +
  +Options:
  +    -n          Enable namespace processing. Default is off.
  +    -s          Enable schema processing. Default is off.
  +    -f          Enable full schema constraint checking. Defaults to off.
  +    -?          Show this help.
  +
   Test Run Successfully
   Test Run Successfully
   Test Run Successfully
  
  
  

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