Fix tests

This commit is contained in:
Josef Vitu 2016-10-28 18:49:51 +02:00
parent 82ace81974
commit ad36ec4dfd
No known key found for this signature in database
GPG key ID: 9D0AA5BF9EB9D956
6 changed files with 22 additions and 4 deletions

View file

@ -42,7 +42,7 @@ void TestCsvExporter::initTestCase()
Crypto::init();
}
void TestCsvExporter::cleanUp()
void TestCsvExporter::cleanup()
{
delete m_db;
delete m_csvExporter;