pauldick    01/08/16 11:12:00

  Modified:    c/Tests/InputSource inputsource.cpp
  Log:
  Now works with test cases that are checked into the xml-xalan/test/tests 
directory
  
  Revision  Changes    Path
  1.3       +3 -3      xml-xalan/c/Tests/InputSource/inputsource.cpp
  
  Index: inputsource.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/Tests/InputSource/inputsource.cpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- inputsource.cpp   2001/07/13 20:49:15     1.2
  +++ inputsource.cpp   2001/08/16 18:12:00     1.3
  @@ -186,7 +186,7 @@
        if (fsetGold)
        {
                goldRoot = baseDir;
  -             append(goldRoot,XalanDOMString("\\xout"));
  +             append(goldRoot,XalanDOMString("-gold"));
                futil.checkAndCreateDir(goldRoot);
                append(goldRoot,pathSep);
        }
  @@ -400,12 +400,12 @@
                                        
                                // Check that output directory is there.
                                XalanDOMString            fileName;
  -                             const XalanDOMString  xDir("capi");
  +                             const XalanDOMString  xDir("smoke");
                                const XalanDOMString  theOutputDir = outputRoot 
+ xDir;
                                futil.checkAndCreateDir(theOutputDir);
   
                                // Get the files found in the "simpletests" 
directory
  -                             const FileNameVectorType        files = 
futil.getTestFileNames(baseDir, xDir, false);
  +                             const FileNameVectorType        files = 
futil.getTestFileNames(baseDir, xDir, true);
   
                                for(FileNameVectorType::size_type i = 0; i < 
files.size(); ++i)
                                {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to