(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.3 and 1.3.24.1

version 1.3, 2006/04/28 18:41:40 version 1.3.24.1, 2007/02/28 09:42:46
Line 2301 
Line 2301 
          -   "]" indicates end of client options.          -   "]" indicates end of client options.
          -   Client properties and values are seperated by commas.          -   Client properties and values are seperated by commas.
          Example:          Example:
               [clientName=CLI,Options=niall]                [clientName=cimcli,Options=niall]
     - This method will throw appropriate exceptions.     - This method will throw appropriate exceptions.
  
     @param   p               The pointer to the char in the concerned line     @param   p               The pointer to the char in the concerned line
Line 2743 
Line 2743 
          -   "[" indicates start of client options.          -   "[" indicates start of client options.
          -   Client properties and values are seperated by commas.          -   Client properties and values are seperated by commas.
          Example:          Example:
               [clientName=CLI,Options=niall]                [clientName=cimcli,Options=niall]
  
     @param   line            The line that will be parsed.     @param   line            The line that will be parsed.
     @parm    lineNumber      The line number of the line.     @parm    lineNumber      The line number of the line.
Line 3217 
Line 3217 
                 {                 {
                     cout << "Stress Test Client Name:" <<WRAPPER_CLIENT<< endl;                     cout << "Stress Test Client Name:" <<WRAPPER_CLIENT<< endl;
                 }                 }
                 if (!_clientTable[i].insert(CLIENTNAME, "CLI"))                  if (!_clientTable[i].insert(CLIENTNAME, "cimcli"))
                 {                 {
                     log_file<< "Duplicate name already saved: "<<                     log_file<< "Duplicate name already saved: "<<
                         CLIENTNAME<<endl;                         CLIENTNAME<<endl;
Line 3235 
Line 3235 
                         cout<< "Duplicate name already saved: "<<OPTIONS<<endl;                         cout<< "Duplicate name already saved: "<<OPTIONS<<endl;
                     }                     }
                 }                 }
                 log_file<< "            Client Command &  options: CLI niall"<<                  log_file<< "            Client Command &  options: cimcli niall"<<
                     endl;                     endl;
                 if (verboseEnabled)                 if (verboseEnabled)
                 {                 {
                    cout<< "            Client Command &  options: CLI niall"<<                     cout<< "            Client Command &  options: cimcli niall"<<
                        endl;                        endl;
                 }                 }
                 break;                 break;


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2