gareth 2003/01/29 12:14:03 Modified: c/scripts sanityTest.pl sanityTest_ExpectedResult.log Log: updated to include TypeInfo tests off tests/DOM. Revision Changes Path 1.16 +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.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- sanityTest.pl 11 Jun 2002 19:44:35 -0000 1.15 +++ sanityTest.pl 29 Jan 2003 20:14:02 -0000 1.16 @@ -191,3 +191,9 @@ system ("ThreadTest -parser=dom -n -s -f -v -quiet -threads 10 -time 20 personal-schema.xml"); chdir "..".$pathsep.".."; + +chdir "tests".$pathsep."DOM".$pathsep."TypeInfo"; +system ("TypeInfo"); + +chdir "..".$pathsep.".."; + 1.45 +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.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- sanityTest_ExpectedResult.log 29 Jan 2003 17:04:35 -0000 1.44 +++ sanityTest_ExpectedResult.log 29 Jan 2003 20:14:02 -0000 1.45 @@ -922,3 +922,4 @@ Test Run Successfully Test Run Successfully Test Run Successfully +Test Run Successfully
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]