diff --git a/Foundation/testsuite/src/ProcessTest.cpp b/Foundation/testsuite/src/ProcessTest.cpp index c4099bab0..b133dfe5f 100644 --- a/Foundation/testsuite/src/ProcessTest.cpp +++ b/Foundation/testsuite/src/ProcessTest.cpp @@ -92,6 +92,7 @@ void ProcessTest::testLaunchRedirectIn() #endif // !defined(_WIN32_WCE) } + void ProcessTest::testIsRunning() { std::string name("TestApp"); @@ -122,6 +123,7 @@ void ProcessTest::testIsRunning() assert (!Process::isRunning(id)); } + void ProcessTest::testLaunchRedirectOut() { #if !defined(_WIN32_WCE)