diff options
Diffstat (limited to 'kexi/plugins/macros/tests/xmlhandlertests2.cpp')
-rw-r--r-- | kexi/plugins/macros/tests/xmlhandlertests2.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kexi/plugins/macros/tests/xmlhandlertests2.cpp b/kexi/plugins/macros/tests/xmlhandlertests2.cpp index 8e990d11..3cb378bc 100644 --- a/kexi/plugins/macros/tests/xmlhandlertests2.cpp +++ b/kexi/plugins/macros/tests/xmlhandlertests2.cpp @@ -43,8 +43,8 @@ namespace KoMacroTest { /** * Register KoMacroTest::CommonTests as TestSuite. */ - KUNITTEST_SUITE("KoMacroTestSuite") - KUNITTEST_REGISTER_TESTER(XMLHandlerTests2); + TDEUNITTEST_SUITE("KoMacroTestSuite") + TDEUNITTEST_REGISTER_TESTER(XMLHandlerTests2); class XMLHandlerTests2::Private { |