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, 2 insertions, 2 deletions
diff --git a/src/msvc6/testpluginrunner/TestPlugInRunnerModel.cpp b/src/msvc6/testpluginrunner/TestPlugInRunnerModel.cpp
index ae0effe..71ae0cf 100644
--- a/src/msvc6/testpluginrunner/TestPlugInRunnerModel.cpp
+++ b/src/msvc6/testpluginrunner/TestPlugInRunnerModel.cpp
@@ -11,7 +11,7 @@
TestPlugInRunnerModel::TestPlugInRunnerModel() :
- TestRunnerModel( new CppUnit::TestSuite( "Default" ) ),
+ TestRunnerModel( new CPPUNIT_NS::TestSuite( "Default" ) ),
m_plugIn( new TestPlugIn( "default plug-in" ) )
{
}
@@ -45,7 +45,7 @@ TestPlugInRunnerModel::reloadPlugIn()
}
catch (...)
{
- setRootTest( new CppUnit::TestSuite( "Default" ) );
+ setRootTest( new CPPUNIT_NS::TestSuite( "Default" ) );
loadHistory();
throw;
}