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 2001/11/19 22:12:42 UTC

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

tng         01/11/19 13:12:42

  Modified:    c/scripts sanityTest.pl sanityTest_ExpectedResult.log
  Log:
  Add InitTermTest to sanityTest.pl
  
  Revision  Changes    Path
  1.8       +5 -2      xml-xerces/c/scripts/sanityTest.pl
  
  Index: sanityTest.pl
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/scripts/sanityTest.pl,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- sanityTest.pl	2001/08/09 19:28:47	1.7
  +++ sanityTest.pl	2001/11/19 21:12:41	1.8
  @@ -56,7 +56,7 @@
   #
   
   #
  -# $Id: sanityTest.pl,v 1.7 2001/08/09 19:28:47 tng Exp $
  +# $Id: sanityTest.pl,v 1.8 2001/11/19 21:12:41 tng Exp $
   #
   
   
  @@ -159,7 +159,7 @@
   system ("CreateDOMDocument");
   
   #
  -#  Run some selected test cases
  +#  Run the test cases
   #
   
   #  Run DOMIDTest
  @@ -185,5 +185,8 @@
   
   #  Run ITraversal
   system ("ITraversal");
  +
  +#  Run InitTestTerm
  +system ("InitTermTest personal.xml");
   
   chdir "..".$pathsep."..";
  
  
  
  1.12      +1 -0      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.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- sanityTest_ExpectedResult.log	2001/10/29 17:02:57	1.11
  +++ sanityTest_ExpectedResult.log	2001/11/19 21:12:41	1.12
  @@ -852,3 +852,4 @@
   Test Run Successfully
   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