summaryrefslogtreecommitdiff
path: root/src/msvc6/testpluginrunner/TestPlugInRunnerModel.cpp
diff options
context:
space:
mode:
authorBaptiste Lepilleur <gaiacrtn@free.fr>2002-05-22 16:27:26 +0000
committerBaptiste Lepilleur <gaiacrtn@free.fr>2002-05-22 16:27:26 +0000
commit7edd0684368ed3c43fe2707d1d34d6b7590d9fd6 (patch)
tree7da10dc7bf683242741009a71fd216a3390c650b /src/msvc6/testpluginrunner/TestPlugInRunnerModel.cpp
parenta882d92fce563e1d0612f16cfa48956fe904d92b (diff)
downloadcppunit-7edd0684368ed3c43fe2707d1d34d6b7590d9fd6.tar.gz
Src/msvc6/testrunner/MsDevCallerListCtrl.
src/msvc6/testrunner/MsDevCallerListCtrl.h: * src/msvc6/testrunner/MsDevCallerListCtrl.cpp: * src/msvc6/testrunner/Resource.h: * src/msvc6/testrunner/TestRunner.rc: * src/msvc6/testrunner/TestRunnerDlg.cpp: * src/msvc6/testrunner/TestRunnerModel.h: * src/msvc6/testpluginrunner/TestPlugInRunner.rc: * src/msvc6/testpluginrunner/TestPlugInRunnerDlg.cpp: * src/msvc6/testpluginrunner/TestPlugInRunnerDlg.h: * src/msvc6/testpluginrunner/TestPlugInRunnerModel.cpp: integrated patch from Marco Welti (Welti@GretagMacbeth.ch) with a few clean up. Display the name of the test being run during above the progress bar. Allow the VC++ add-ins to works with TestPlugInRunner (COM init). DLL name can be specified on the command line after flag '-testsuite'. Display wait cursor, clear and reload history when reloading DLL. * THANKS: added Marco Welti to the list.
Diffstat (limited to 'src/msvc6/testpluginrunner/TestPlugInRunnerModel.cpp')
-rw-r--r--src/msvc6/testpluginrunner/TestPlugInRunnerModel.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/msvc6/testpluginrunner/TestPlugInRunnerModel.cpp b/src/msvc6/testpluginrunner/TestPlugInRunnerModel.cpp
index 93c0b13..ae0effe 100644
--- a/src/msvc6/testpluginrunner/TestPlugInRunnerModel.cpp
+++ b/src/msvc6/testpluginrunner/TestPlugInRunnerModel.cpp
@@ -37,7 +37,11 @@ TestPlugInRunnerModel::reloadPlugIn()
{
try
{
+ CWaitCursor waitCursor;
+ m_history.clear();
setRootTest( m_plugIn->makeTest() );
+
+ loadHistory();
}
catch (...)
{