(file) Return to StressTestController.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / test / StressTestController

Diff for /pegasus/test/StressTestController/StressTestController.cpp between version 1.2 and 1.3

version 1.2, 2006/04/27 18:47:13 version 1.3, 2006/04/28 18:41:40
Line 63 
Line 63 
  #include <unistd.h>  #include <unistd.h>
 #endif #endif
  
 //#define DEBUG  //#define STRESSTEST_DEBUG
  
 #define SIXTYSECONDS 60 #define SIXTYSECONDS 60
 #define MILLISECONDS 1000 #define MILLISECONDS 1000
Line 1940 
Line 1940 
                     //                     //
                     // Duplicate property, ignore the new property value.                     // Duplicate property, ignore the new property value.
                     //                     //
 #ifdef DEBUG  #ifdef STRESSTEST_DEBUG
                     cout<< "Property Name:duplicate name already saved: "<<                     cout<< "Property Name:duplicate name already saved: "<<
                         name<<endl;                         name<<endl;
 #endif #endif
Line 2392 
Line 2392 
             throw StressTestControllerException(StressTestControllerException::MISSING_VALUE);             throw StressTestControllerException(StressTestControllerException::MISSING_VALUE);
         }         }
  
 #ifdef DEBUG  #ifdef STRESSTEST_DEBUG
         cout<<"name="<<name<<endl;         cout<<"name="<<name<<endl;
         cout<<"Before validate config: value="<<value<<endl;         cout<<"Before validate config: value="<<value<<endl;
 #endif #endif
Line 2501 
Line 2501 
     while (GetLine(ifs, line))     while (GetLine(ifs, line))
     {     {
         ++lineNumber;         ++lineNumber;
 #ifdef DEBUG  #ifdef STRESSTEST_DEBUG
         log_file<<" Line number:"<<lineNumber<<endl;         log_file<<" Line number:"<<lineNumber<<endl;
         log_file<<"      "<<line<<endl;         log_file<<"      "<<line<<endl;
 #endif #endif
Line 2922 
Line 2922 
     {     {
         value.append(*p++);         value.append(*p++);
     }     }
 #ifdef DEBUG  #ifdef STRESSTEST_DEBUG
     cout<<"name="<<name<<endl;     cout<<"name="<<name<<endl;
     cout<<"value="<<value<<endl;     cout<<"value="<<value<<endl;
 #endif #endif


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2