From eaa6e3a4001e1b41f3ebad0a0f951add96e822ab Mon Sep 17 00:00:00 2001 From: Aleksandar Fabijanic Date: Tue, 12 Aug 2014 19:04:50 -0500 Subject: [PATCH] Update ProcessTest.cpp --- Foundation/testsuite/src/ProcessTest.cpp | 2 ++ 1 file changed, 2 insertions(+) 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)