summaryrefslogtreecommitdiffstats
path: root/kplato/tests
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-09-03 19:57:37 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-03 19:57:37 +0200
commit15ae7be824e362e8397532d7d60a3a93055caa41 (patch)
tree335b1112358991072b87137eb5ae8aa384b57c63 /kplato/tests
parent13402815bec5cb5702aedbd0a8119e40f106c2c1 (diff)
downloadkoffice-15ae7be824e362e8397532d7d60a3a93055caa41.tar.gz
koffice-15ae7be824e362e8397532d7d60a3a93055caa41.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'kplato/tests')
-rw-r--r--kplato/tests/CalendarTester.cpp4
-rw-r--r--kplato/tests/DateTimeTester.cpp4
-rw-r--r--kplato/tests/DurationTester.cpp4
3 files changed, 6 insertions, 6 deletions
diff --git a/kplato/tests/CalendarTester.cpp b/kplato/tests/CalendarTester.cpp
index d5a3956b..9c67d068 100644
--- a/kplato/tests/CalendarTester.cpp
+++ b/kplato/tests/CalendarTester.cpp
@@ -27,8 +27,8 @@
using namespace KUnitTest;
-KUNITTEST_MODULE(tdeunittest_CalendarTester, "Calendar Tester");
-KUNITTEST_MODULE_REGISTER_TESTER(CalendarTester);
+TDEUNITTEST_MODULE(tdeunittest_CalendarTester, "Calendar Tester");
+TDEUNITTEST_MODULE_REGISTER_TESTER(CalendarTester);
void CalendarTester::allTests() {
testSingleDay();
diff --git a/kplato/tests/DateTimeTester.cpp b/kplato/tests/DateTimeTester.cpp
index e3558a32..beee3c5b 100644
--- a/kplato/tests/DateTimeTester.cpp
+++ b/kplato/tests/DateTimeTester.cpp
@@ -26,8 +26,8 @@
using namespace KUnitTest;
-KUNITTEST_MODULE(tdeunittest_DateTimeTester, "DateTime Tester");
-KUNITTEST_MODULE_REGISTER_TESTER(DateTimeTester);
+TDEUNITTEST_MODULE(tdeunittest_DateTimeTester, "DateTime Tester");
+TDEUNITTEST_MODULE_REGISTER_TESTER(DateTimeTester);
void DateTimeTester::allTests() {
testSubtract();
diff --git a/kplato/tests/DurationTester.cpp b/kplato/tests/DurationTester.cpp
index b6ac6d72..3266a2bd 100644
--- a/kplato/tests/DurationTester.cpp
+++ b/kplato/tests/DurationTester.cpp
@@ -23,8 +23,8 @@
using namespace KUnitTest;
-KUNITTEST_MODULE(tdeunittest_DurationTester, "Duration Tester");
-KUNITTEST_MODULE_REGISTER_TESTER(DurationTester);
+TDEUNITTEST_MODULE(tdeunittest_DurationTester, "Duration Tester");
+TDEUNITTEST_MODULE_REGISTER_TESTER(DurationTester);
void DurationTester::allTests() {
testArithmetic();