You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by am...@apache.org on 2005/06/08 02:36:03 UTC

svn commit: r189482 - /xerces/c/branches/jberry/3.0-unstable/scripts/sanityTest.pl

Author: amassari
Date: Tue Jun  7 17:36:02 2005
New Revision: 189482

URL: http://svn.apache.org/viewcvs?rev=189482&view=rev
Log:
Updated path to test directory

Modified:
    xerces/c/branches/jberry/3.0-unstable/scripts/sanityTest.pl

Modified: xerces/c/branches/jberry/3.0-unstable/scripts/sanityTest.pl
URL: http://svn.apache.org/viewcvs/xerces/c/branches/jberry/3.0-unstable/scripts/sanityTest.pl?rev=189482&r1=189481&r2=189482&view=diff
==============================================================================
--- xerces/c/branches/jberry/3.0-unstable/scripts/sanityTest.pl (original)
+++ xerces/c/branches/jberry/3.0-unstable/scripts/sanityTest.pl Tue Jun  7 17:36:02 2005
@@ -202,7 +202,7 @@
 
 chdir "..".$pathsep."..";
 
-chdir "tests".$pathsep."DOM".$pathsep."TypeInfo";
+chdir "tests".$pathsep."src".$pathsep."DOM".$pathsep."TypeInfo";
 system ("DOMTypeInfoTest");
 
 chdir "..".$pathsep."..";



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