Migrated sqlite cursor test cases to not specify any specific collation rule.
[platform/upstream/evolution-data-server.git] / tests / libedata-book / test-sqlite-cursor-posix-migrated.c
index a6f2799..5cb6676 100644 (file)
@@ -21,8 +21,7 @@ main (gint argc,
        g_assert (g_setenv ("EDS_COLLATE", "POSIX", TRUE));
        g_assert (g_setenv ("MIGRATION_TEST_SOURCE_NAME", "migration-test-source", TRUE));
 
-       /* Assert the whole set of contacts */
-       data = move_by_test_new ("/EbSdbCursor/Locale/POSIX/Migrated", FALSE);
+       data = move_by_test_new ("/EbSdbCursor/Locale/POSIX/Migrated");
        move_by_test_add_assertion (data, 5, 11, 2,  6,  3,  8);
        move_by_test_add_assertion (data, 5, 10, 19, 20, 1,  5);
        move_by_test_add_assertion (data, 5, 4,  7,  15, 17, 16);