(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.13 and 1.13.2.1

version 1.13, 2008/12/02 09:03:08 version 1.13.2.1, 2009/01/28 20:36:31
Line 2207 
Line 2207 
            //            //
            String clientName = String(DEFAULT_BINDIR);            String clientName = String(DEFAULT_BINDIR);
            clientName.append(vars.getCString());            clientName.append(vars.getCString());
 #ifdef PEGASUS_OS_TYPE_WINDOWS  #if defined(PEGASUS_OS_TYPE_WINDOWS) || defined(PEGASUS_OS_VMS)
            clientName.append(".exe");            clientName.append(".exe");
 #endif #endif
            if (!FileSystem::exists(clientName))            if (!FileSystem::exists(clientName))
Line 2220 
Line 2220 
                    clientName = String(DEFAULT_BINDIR);                    clientName = String(DEFAULT_BINDIR);
                    testString.append(vars.getCString());                    testString.append(vars.getCString());
                    clientName.append(testString.getCString());                    clientName.append(testString.getCString());
 #ifdef PEGASUS_OS_TYPE_WINDOWS  #if defined(PEGASUS_OS_TYPE_WINDOWS) || defined(PEGASUS_OS_VMS)
                    clientName.append(".exe");                    clientName.append(".exe");
 #endif #endif
                    if (!FileSystem::exists(clientName))                    if (!FileSystem::exists(clientName))


Legend:
Removed from v.1.13  
changed lines
  Added in v.1.13.2.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2