summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-05-29 19:05:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-05-29 20:15:41 +0900
commite26dfc7231f9853935c9d392041a9bdc578f8013 (patch)
tree82429334cf31b0cf1bf121222d8349447f901446 /tests
parent6dcc291edfdc3832f6e1eb8bcdce8fff79b0a449 (diff)
downloadkpilot-e26dfc7231f9853935c9d392041a9bdc578f8013.tar.gz
kpilot-e26dfc7231f9853935c9d392041a9bdc578f8013.zip
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 66abbed5e08370412b81be1628590898ceeeb604)
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt16
-rw-r--r--tests/conduits/vcalconduit/exampletest.cpp (renamed from tests/conduits/vcalconduit/exampletest.cc)0
-rw-r--r--tests/exportdatebook.cpp (renamed from tests/exportdatebook.cc)4
-rw-r--r--tests/importaddresses.cpp (renamed from tests/importaddresses.cc)2
-rw-r--r--tests/importdatebook.cpp (renamed from tests/importdatebook.cc)4
-rw-r--r--tests/main.cpp (renamed from tests/main.cc)0
-rw-r--r--tests/mergecalendars.cpp (renamed from tests/mergecalendars.cc)0
-rw-r--r--tests/testactions.cpp (renamed from tests/testactions.cc)0
-rw-r--r--tests/testaddress.cpp (renamed from tests/testaddress.cc)0
-rw-r--r--tests/testcategories.cpp (renamed from tests/testcategories.cc)0
-rw-r--r--tests/testconstants.cpp (renamed from tests/testconstants.cc)0
-rw-r--r--tests/testdatabase.cpp (renamed from tests/testdatabase.cc)0
-rw-r--r--tests/testdatebook.cpp (renamed from tests/testdatebook.cc)0
-rw-r--r--tests/testidmapper.cpp (renamed from tests/testidmapper.cc)0
14 files changed, 13 insertions, 13 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index f27f41a..6dfe070 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -29,50 +29,50 @@ link_directories(
set(EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR} )
tde_add_check_executable( testconstants
- SOURCES testconstants.cc
+ SOURCES testconstants.cpp
LINK kpilot-shared ${TQT_LIBRARIES}
TEST
)
tde_add_check_executable( testcategories
- SOURCES testcategories.cc
+ SOURCES testcategories.cpp
LINK kpilot-shared ${TQT_LIBRARIES}
TEST
)
tde_add_check_executable( testaddresses
- SOURCES testaddress.cc
+ SOURCES testaddress.cpp
LINK kpilot-shared ${TQT_LIBRARIES}
TEST
)
tde_add_check_executable( testdatebook
- SOURCES testdatebook.cc
+ SOURCES testdatebook.cpp
LINK kpilot-shared ${TQT_LIBRARIES}
TEST
)
tde_add_check_executable( importaddresses
- SOURCES importaddresses.cc
+ SOURCES importaddresses.cpp
LINK kpilot-shared tdeabc-shared tdeabc_file-shared ${TQT_LIBRARIES}
)
add_test(importaddresses ${EXECUTABLE_OUTPUT_PATH}/importaddresses --data-dir "${CMAKE_CURRENT_BINARY_DIR}" --address-file "${CMAKE_CURRENT_SOURCE_DIR}/data/AddressDB.pdb")
if (HAVE_CALENDARLOCAL_H)
tde_add_check_executable( importdatebook
- SOURCES importdatebook.cc
+ SOURCES importdatebook.cpp
LINK kpilot-shared kcal-shared ${TQT_LIBRARIES}
TEST
)
tde_add_check_executable( exportdatebook
- SOURCES exportdatebook.cc
+ SOURCES exportdatebook.cpp
LINK kpilot-shared kcal-shared ${TQT_LIBRARIES}
TEST
)
tde_add_check_executable( mergecalendars
- SOURCES mergecalendars.cc
+ SOURCES mergecalendars.cpp
LINK kpilot-shared kcal-shared ${TQT_LIBRARIES}
TEST
)
diff --git a/tests/conduits/vcalconduit/exampletest.cc b/tests/conduits/vcalconduit/exampletest.cpp
index b16a6c3..b16a6c3 100644
--- a/tests/conduits/vcalconduit/exampletest.cc
+++ b/tests/conduits/vcalconduit/exampletest.cpp
diff --git a/tests/exportdatebook.cc b/tests/exportdatebook.cpp
index 45cfa01..3f8bcf2 100644
--- a/tests/exportdatebook.cc
+++ b/tests/exportdatebook.cpp
@@ -41,8 +41,8 @@
#include "pilot.h"
#include "pilotDateEntry.h"
#include "pilotLocalDatabase.h"
-#include "../conduits/vcalconduit/kcalRecord.cc"
-#include "../conduits/vcalconduit/vcalRecord.cc"
+#include "../conduits/vcalconduit/kcalRecord.cpp"
+#include "../conduits/vcalconduit/vcalRecord.cpp"
static const TDECmdLineOptions options[] =
{
diff --git a/tests/importaddresses.cc b/tests/importaddresses.cpp
index 032a14f..40973e3 100644
--- a/tests/importaddresses.cc
+++ b/tests/importaddresses.cpp
@@ -41,7 +41,7 @@
#include "pilotLocalDatabase.h"
#include "pilotAddress.h"
#include "../conduits/abbrowserconduit/tdeabcRecord.h"
-#include "../conduits/abbrowserconduit/tdeabcRecord.cc"
+#include "../conduits/abbrowserconduit/tdeabcRecord.cpp"
static const TDECmdLineOptions options[] =
{
diff --git a/tests/importdatebook.cc b/tests/importdatebook.cpp
index 99f81f2..2e987d3 100644
--- a/tests/importdatebook.cc
+++ b/tests/importdatebook.cpp
@@ -40,8 +40,8 @@
#include "pilot.h"
#include "pilotDateEntry.h"
#include "pilotLocalDatabase.h"
-#include "../conduits/vcalconduit/kcalRecord.cc"
-#include "../conduits/vcalconduit/vcalRecord.cc"
+#include "../conduits/vcalconduit/kcalRecord.cpp"
+#include "../conduits/vcalconduit/vcalRecord.cpp"
static const TDECmdLineOptions options[] =
{
diff --git a/tests/main.cc b/tests/main.cpp
index c6ddd23..c6ddd23 100644
--- a/tests/main.cc
+++ b/tests/main.cpp
diff --git a/tests/mergecalendars.cc b/tests/mergecalendars.cpp
index 010755d..010755d 100644
--- a/tests/mergecalendars.cc
+++ b/tests/mergecalendars.cpp
diff --git a/tests/testactions.cc b/tests/testactions.cpp
index 51cb236..51cb236 100644
--- a/tests/testactions.cc
+++ b/tests/testactions.cpp
diff --git a/tests/testaddress.cc b/tests/testaddress.cpp
index c24101d..c24101d 100644
--- a/tests/testaddress.cc
+++ b/tests/testaddress.cpp
diff --git a/tests/testcategories.cc b/tests/testcategories.cpp
index 35d5cd3..35d5cd3 100644
--- a/tests/testcategories.cc
+++ b/tests/testcategories.cpp
diff --git a/tests/testconstants.cc b/tests/testconstants.cpp
index 06e9faf..06e9faf 100644
--- a/tests/testconstants.cc
+++ b/tests/testconstants.cpp
diff --git a/tests/testdatabase.cc b/tests/testdatabase.cpp
index 68b3965..68b3965 100644
--- a/tests/testdatabase.cc
+++ b/tests/testdatabase.cpp
diff --git a/tests/testdatebook.cc b/tests/testdatebook.cpp
index 82cc46a..82cc46a 100644
--- a/tests/testdatebook.cc
+++ b/tests/testdatebook.cpp
diff --git a/tests/testidmapper.cc b/tests/testidmapper.cpp
index 8c9cccf..8c9cccf 100644
--- a/tests/testidmapper.cc
+++ b/tests/testidmapper.cpp