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 2003/01/30 01:36:12 UTC

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

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: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org