Fixed a minor bug with the sync migration test

pull/14/head
Sam Bosley 12 years ago
parent 6a5296f72c
commit 114ec0ef7f

@ -32,6 +32,7 @@ public class AstridNewSyncMigrationTest extends NewSyncTestCase {
public void testAstridSyncMigration() { public void testAstridSyncMigration() {
setupOldDatabase(); setupOldDatabase();
Preferences.setBoolean(AstridNewSyncMigrator.PREF_SYNC_MIGRATION, false);
new AstridNewSyncMigrator().performMigration(); new AstridNewSyncMigrator().performMigration();
assertAllModelsHaveUUID(); assertAllModelsHaveUUID();
assertAllTagsHaveTagData(); assertAllTagsHaveTagData();

Loading…
Cancel
Save