mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-23 16:52:44 +02:00
cppunit: fix WinTestRunner.cpp
This commit is contained in:
parent
ff7f224691
commit
c13df6f828
@ -1,7 +1,7 @@
|
|||||||
//
|
//
|
||||||
// WinTestRunner.cpp
|
// WinTestRunner.cpp
|
||||||
//
|
//
|
||||||
// $Id: //poco/Main/CppUnit/WinTestRunner/src/WinTestRunner.cpp#6 $
|
// $Id: //poco/1.4/CppUnit/WinTestRunner/src/WinTestRunner.cpp#1 $
|
||||||
//
|
//
|
||||||
|
|
||||||
|
|
||||||
@ -62,13 +62,13 @@ void WinTestRunner::run()
|
|||||||
dlg.setTests(_tests);
|
dlg.setTests(_tests);
|
||||||
dlg.DoModal();
|
dlg.DoModal();
|
||||||
}
|
}
|
||||||
dlg.setTests(_tests);
|
|
||||||
dlg.DoModal();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void WinTestRunner::addTest(Test* pTest)
|
void WinTestRunner::addTest(Test* pTest)
|
||||||
|
{
|
||||||
|
_tests.push_back(pTest);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
BEGIN_MESSAGE_MAP(WinTestRunnerApp, CWinApp)
|
BEGIN_MESSAGE_MAP(WinTestRunnerApp, CWinApp)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user