[evolution-data-server/openismus-work-3-8: 118/121] Fixed contacts DB migration test when handling a system without db_load.
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/openismus-work-3-8: 118/121] Fixed contacts DB migration test when handling a system without db_load.
- Date: Thu, 3 Oct 2013 22:28:53 +0000 (UTC)
commit 99551e63e377fd4af07a439eeb1aa9e551f023bc
Author: Tristan Van Berkom <tristanvb openismus com>
Date: Wed Oct 2 23:09:03 2013 +0200
Fixed contacts DB migration test when handling a system without db_load.
tests/book-migration/test-migration.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/book-migration/test-migration.c b/tests/book-migration/test-migration.c
index 4e63670..0c84eca 100644
--- a/tests/book-migration/test-migration.c
+++ b/tests/book-migration/test-migration.c
@@ -290,7 +290,7 @@ list_migration_sandboxes (void)
* is the case then we skip the migration tests from versions of EDS where we
* used Berkeley DB
*/
- gchar *old_bdb = g_build_filename (EDS_TEST_BOOKS, filename, "addressbook.dump",
NULL);
+ gchar *old_bdb = g_build_filename (EDS_TEST_SQLITE_BOOKS, filename,
"addressbook.dump", NULL);
if (!g_file_test (old_bdb, G_FILE_TEST_EXISTS))
sandboxes = g_list_prepend (sandboxes, g_strdup (filename));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]