mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 19:51:58 +01:00
Update ProcessTest.cpp
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user