mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 11:31:53 +01:00
sync to internal repository
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// GUITestResult.cpp
|
||||
//
|
||||
// $Id: //poco/1.3/CppUnit/WinTestRunner/src/GUITestResult.cpp#1 $
|
||||
// $Id: //poco/Main/CppUnit/WinTestRunner/src/GUITestResult.cpp#7 $
|
||||
//
|
||||
|
||||
|
||||
@@ -30,6 +30,15 @@ void GUITestResult::addFailure(Test *test, CppUnitException *e)
|
||||
}
|
||||
|
||||
|
||||
void GUITestResult::startTest(Test *test)
|
||||
{
|
||||
ExclusiveZone zone(_syncObject);
|
||||
|
||||
TestResult::startTest(test);
|
||||
_runner->startTest(test);
|
||||
}
|
||||
|
||||
|
||||
void GUITestResult::endTest(Test *test)
|
||||
{
|
||||
ExclusiveZone zone(_syncObject);
|
||||
|
||||
Reference in New Issue
Block a user