From 7edd0684368ed3c43fe2707d1d34d6b7590d9fd6 Mon Sep 17 00:00:00 2001 From: Baptiste Lepilleur Date: Wed, 22 May 2002 16:27:26 +0000 Subject: 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. --- src/msvc6/testpluginrunner/TestPlugInRunnerModel.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/msvc6/testpluginrunner/TestPlugInRunnerModel.cpp') 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 (...) { -- cgit v1.2.1