pauldick 01/12/17 06:39:26
Modified: c/Tests/Errortests Errortests.cpp
Log:
Updated to run from new directory conferr.
Revision Changes Path
1.7 +2 -2 xml-xalan/c/Tests/Errortests/Errortests.cpp
Index: Errortests.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/Tests/Errortests/Errortests.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Errortests.cpp 2001/12/13 20:24:18 1.6
+++ Errortests.cpp 2001/12/17 14:39:26 1.7
@@ -185,8 +185,8 @@
h.checkAndCreateDir(confSubdir);
// Set up to get files from the associated
error directories
- const XalanDOMString currentDir(dirs[j] +
XalanDOMString("\\err"));
- const XalanDOMString subErrDir(h.args.sub +
XalanDOMString("\\err"));
+ const XalanDOMString currentDir(dirs[j]);
+ const XalanDOMString subErrDir(h.args.sub);
// Run specific category of files from given
directory
if (length(h.args.sub) > 0 &&
!equals(currentDir, subErrDir))
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]