Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosef Vitu <josef@vitu.org>2016-10-28 19:49:51 +0300
committerJosef Vitu <josef@vitu.org>2016-10-28 19:51:09 +0300
commitad36ec4dfda686f83868c77098b4fe7831f7531e (patch)
treea8d6b4df12734a8d8674ffc3d539520d4f05ffeb /tests/TestCsvExporter.h
parent82ace81974374365cab83492a4b33720248961de (diff)
Fix tests
Diffstat (limited to 'tests/TestCsvExporter.h')
-rw-r--r--tests/TestCsvExporter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/TestCsvExporter.h b/tests/TestCsvExporter.h
index c8cc4dc10..a8cfe7f25 100644
--- a/tests/TestCsvExporter.h
+++ b/tests/TestCsvExporter.h
@@ -34,7 +34,7 @@ public:
private Q_SLOTS:
void init();
void initTestCase();
- void cleanUp();
+ void cleanup();
void testExport();
void testEmptyDatabase();
void testNestedGroups();