diff options
Diffstat (limited to 'tdeunittest/example/module/samplemodule.cpp')
-rw-r--r-- | tdeunittest/example/module/samplemodule.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tdeunittest/example/module/samplemodule.cpp b/tdeunittest/example/module/samplemodule.cpp index 4ffadb6c..b100df08 100644 --- a/tdeunittest/example/module/samplemodule.cpp +++ b/tdeunittest/example/module/samplemodule.cpp @@ -31,7 +31,7 @@ using namespace KUnitTest; -KUNITTEST_MODULE( tdeunittest_samplemodule, "Suite1" ) -KUNITTEST_MODULE_REGISTER_TESTER( SlotSampleTester ) -KUNITTEST_MODULE_REGISTER_TESTER( SomeSampleTester ) -KUNITTEST_MODULE_REGISTER_TESTER( SomeExtraTester ) +TDEUNITTEST_MODULE( tdeunittest_samplemodule, "Suite1" ) +TDEUNITTEST_MODULE_REGISTER_TESTER( SlotSampleTester ) +TDEUNITTEST_MODULE_REGISTER_TESTER( SomeSampleTester ) +TDEUNITTEST_MODULE_REGISTER_TESTER( SomeExtraTester ) |