You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by pa...@apache.org on 2001/11/01 15:10:32 UTC

cvs commit: xml-xalan/c/Tests/Params Params.cpp

pauldick    01/11/01 06:10:32

  Modified:    c/Tests/Params Params.cpp
  Log:
  Fix call to analyzeResults
  
  Revision  Changes    Path
  1.13      +1 -1      xml-xalan/c/Tests/Params/Params.cpp
  
  Index: Params.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/Tests/Params/Params.cpp,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- Params.cpp	2001/10/18 18:43:17	1.12
  +++ Params.cpp	2001/11/01 14:10:32	1.13
  @@ -340,7 +340,7 @@
   		logFile.logTestFileClose("Param Testing: ", "Done");
   		logFile.close();
   
  -		futil.analyzeResults(xalan, resultsFile);
  +		futil.analyzeResults(xalan, baseDir, resultsFile);
   
   		XalanTransformer::terminate();
   	}
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org