summaryrefslogtreecommitdiff
path: root/src/msvc6/testpluginrunner/TestPlugInRunnerModel.cpp
diff options
context:
space:
mode:
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 (...)
{