pauldick    01/10/18 08:37:58

  Modified:    c/Tests/Conf conf.cpp
  Log:
  Updated call to analyzeResults for new signature.
  
  Revision  Changes    Path
  1.7       +6 -6      xml-xalan/c/Tests/Conf/conf.cpp
  
  Index: conf.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/Tests/Conf/conf.cpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- conf.cpp  2001/10/17 20:16:19     1.6
  +++ conf.cpp  2001/10/18 15:37:58     1.7
  @@ -277,7 +277,7 @@
                XalanTransformer xalan;
   
                // Generate Unique Run id and processor info
  -             const XalanDOMString& UniqRunid = futil.GenerateUniqRunid();
  +             const XalanDOMString& UniqRunid = futil.generateUniqRunid();
   
   
                // Defined basic constants for file manipulation and open results file
  @@ -322,16 +322,16 @@
                                if (checkForExclusion(currentFile))
                                        continue;
   
  -                             const XalanDOMString  theXSLFile= baseDir + currentDir 
+ pathSep + currentFile;
  -                             const XalanDOMString  theXMLFile = 
futil.GenerateFileName(theXSLFile,"xml");
  +                             const XalanDOMString  theXSLFile = baseDir + 
currentDir + pathSep + currentFile;
  +                             const XalanDOMString  theXMLFile = 
futil.generateFileName(theXSLFile,"xml");
                                futil.data.xmlFileURL = theXMLFile;
                                futil.data.xslFileURL = theXSLFile;
   
                                XalanDOMString  theGoldFile = goldRoot + currentDir + 
pathSep + currentFile;
  -                             theGoldFile = futil.GenerateFileName(theGoldFile, 
"out");
  +                             theGoldFile = futil.generateFileName(theGoldFile, 
"out");
   
                                const XalanDOMString  outbase =  outputRoot + 
currentDir + pathSep + currentFile; 
  -                             const XalanDOMString  theOutputFile = 
futil.GenerateFileName(outbase, "out");
  +                             const XalanDOMString  theOutputFile = 
futil.generateFileName(outbase, "out");
   
                                const XSLTInputSource   
xslInputSource(c_wstr(theXSLFile));
                                const XSLTInputSource   
xmlInputSource(c_wstr(theXMLFile));
  @@ -387,7 +387,7 @@
                logFile.logTestFileClose("Conformance ", "Done");
                logFile.close();
   
  -             futil.analyzeResults(xalan, resultsFile);
  +             futil.analyzeResults(xalan, baseDir, resultsFile);
   
        } //if getParams
   
  
  
  

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

Reply via email to