pauldick    01/09/14 14:05:04

  Modified:    c/Tests/Params Params.cpp
  Log:
  Numerous changes to track new methods
  
  Revision  Changes    Path
  1.8       +12 -4     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.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- Params.cpp        2001/08/31 18:38:26     1.7
  +++ Params.cpp        2001/09/14 21:05:04     1.8
  @@ -308,13 +308,21 @@
   
                                                if (!theResult)
                                                {
  -                                                     const XSLTInputSource 
resultInputSource(c_wstr(theOutputFile));
  -                                                     const XSLTInputSource 
goldInputSource(c_wstr(goldFile));
  -                                                     
futil.compareSerializedResults(resultInputSource, goldInputSource, fileName, 
testCase); 
  +                                                     //const XSLTInputSource 
resultInputSource(c_wstr(theOutputFile));
  +                                                     //const XSLTInputSource 
goldInputSource(c_wstr(goldFile));
  +                                                     
if(futil.compareSerializedResults(theOutputFile, goldFile)) 
  +                                                     {
  +                                                             cout << "Passed: " << 
fileName << endl;
  +                                                             
logFile.logCheckPass(fileName);
  +                                                     }
  +                                                     else
  +                                                     {
  +                                                             
logFile.logCheckFail(fileName);
  +                                                     }
                                                }
                                                else
                                                {
  -                                                     cout << endl << "Failed: " << 
testCase ;
  +                                                     cout  << "Failed: " << 
testCase << endl;
                                                }               
                                }
                                
  
  
  

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

Reply via email to