pauldick 01/07/12 10:28:59
Modified: c/Tests/Compare compare.cpp
Log:
Changed the directory name of the test files.
Revision Changes Path
1.5 +2 -2 xml-xalan/c/Tests/Compare/compare.cpp
Index: compare.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/Tests/Compare/compare.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- compare.cpp 2001/07/11 20:21:50 1.4
+++ compare.cpp 2001/07/12 17:28:57 1.5
@@ -227,7 +227,7 @@
{
unsigned int ii = lastIndexOf(baseDir,charAt(pathSep,0));
outDir = substring(baseDir, 0, ii+1);
- append(outDir,XalanDOMString("COMPARE-results"));
+ append(outDir,XalanDOMString("DOMCOM-results"));
f.checkAndCreateDir(outDir);
append(outDir,pathSep);
}
@@ -355,7 +355,7 @@
logFile.logElement(10, "perfdata", runAttrs, "xxx");
// Specify the "test" directory for both input and
output.
- const XalanDOMString xDir("simpletests");
+ const XalanDOMString xDir("domcomtests");
const XalanDOMString theOutputDir = outputRoot + xDir;
futil.checkAndCreateDir(theOutputDir);
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]