(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.24.1 and 1.3.24.2

version 1.3.24.1, 2007/02/28 09:42:46 version 1.3.24.2, 2007/09/28 15:31:43
Line 2329 
Line 2329 
         }         }
         if (!(isalpha(*p) || *p == '_'))         if (!(isalpha(*p) || *p == '_'))
         {         {
             throw StressTestControllerException(StressTestControllerException::INVALID_OPTION);              throw StressTestControllerException
                 (StressTestControllerException::INVALID_OPTION);
         }         }
  
         name.append(*p++);         name.append(*p++);
Line 2353 
Line 2354 
         //         //
         if (*p != '=')         if (*p != '=')
         {         {
             throw StressTestControllerException(StressTestControllerException::INVALID_OPERATOR);              throw StressTestControllerException
                 (StressTestControllerException::INVALID_OPERATOR);
         }         }
  
         p++;         p++;
Line 2385 
Line 2387 
  
         if(*p !=']' && *p != ',')         if(*p !=']' && *p != ',')
         {         {
             throw StressTestControllerException(StressTestControllerException::MISSING_BRACE);              throw StressTestControllerException
                 (StressTestControllerException::MISSING_BRACE);
         }         }
         if(value == String::EMPTY)         if(value == String::EMPTY)
         {         {
             throw StressTestControllerException(StressTestControllerException::MISSING_VALUE);              throw StressTestControllerException
                 (StressTestControllerException::MISSING_VALUE);
         }         }
  
 #ifdef STRESSTEST_DEBUG #ifdef STRESSTEST_DEBUG


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2