tng 2003/01/29 16:36:12 Modified: c/scripts sanityTest.pl Log: Change TypeInfo test executable to call DOMTypeInfoTest to match Windows Revision Changes Path 1.17 +2 -2 xml-xerces/c/scripts/sanityTest.pl Index: sanityTest.pl =================================================================== RCS file: /home/cvs/xml-xerces/c/scripts/sanityTest.pl,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- sanityTest.pl 29 Jan 2003 20:14:02 -0000 1.16 +++ sanityTest.pl 30 Jan 2003 00:36:12 -0000 1.17 @@ -193,7 +193,7 @@ chdir "..".$pathsep.".."; chdir "tests".$pathsep."DOM".$pathsep."TypeInfo"; -system ("TypeInfo"); +system ("DOMTypeInfoTest"); chdir "..".$pathsep."..";
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]