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.cpp
parent82ace81974374365cab83492a4b33720248961de (diff)
Fix tests
Diffstat (limited to 'tests/TestCsvExporter.cpp')
-rw-r--r--tests/TestCsvExporter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/TestCsvExporter.cpp b/tests/TestCsvExporter.cpp
index 1fa663477..6515c39c2 100644
--- a/tests/TestCsvExporter.cpp
+++ b/tests/TestCsvExporter.cpp
@@ -42,7 +42,7 @@ void TestCsvExporter::initTestCase()
Crypto::init();
}
-void TestCsvExporter::cleanUp()
+void TestCsvExporter::cleanup()
{
delete m_db;
delete m_csvExporter;