summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPekka Vuorela <pekka.vuorela@jolla.com>2018-08-15 11:59:32 +0300
committerPekka Vuorela <pvuorela@iki.fi>2018-08-20 06:44:56 +0000
commit2eb6b3dd41fb21364578a1ac691488b82b08125e (patch)
tree2eeb0678f0f15f58b6efa7ea8b5f7ab07612de65 /tests
parentf6931702f0e9e49d647b51cf30caac55a659c94c (diff)
Remove dead code
Change-Id: I1cb0a54cbfeffe613d23931c29fbdde9cab1f2d1 Reviewed-by: Christopher Adams <chris.adams@jollamobile.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/tst_storagemanager/tst_storagemanager.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/tst_storagemanager/tst_storagemanager.cpp b/tests/tst_storagemanager/tst_storagemanager.cpp
index 327db76d..1d5ea7cf 100644
--- a/tests/tst_storagemanager/tst_storagemanager.cpp
+++ b/tests/tst_storagemanager/tst_storagemanager.cpp
@@ -196,14 +196,6 @@ void tst_StorageManager::cleanupTestCase()
QMailStore::instance()->removeMessages(QMailMessageKey::customField("present"));
}
-//namespace tst_QmfStorageManager_namespace
-//{
-// bool test_migrate(const QMailAccountId &accountId)
-// {
-// return migrateAccountToVersion101(accountId);
-// }
-//}
-
void tst_StorageManager::test_init()
{
QMailContentManager *mgr = QMailContentManagerFactory::create(QMailContentManagerFactory::defaultScheme());