Merge "Support read-only mode for NoteDb changes"

This commit is contained in:
Dave Borowitz
2016-06-27 20:11:47 +00:00
committed by Gerrit Code Review
10 changed files with 150 additions and 15 deletions

View File

@@ -29,6 +29,8 @@ public class TestNotesMigration extends NotesMigration {
return readChanges;
}
// Increase visbility from superclass, as tests may want to check whether
// NoteDb data is written in specific migration scenarios.
@Override
public boolean writeChanges() {
return writeChanges;