Skip to content

Commit

Permalink
Configuration should return legacy parser by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpfeiffermway committed Apr 17, 2014
1 parent 78444cc commit 2a64b3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/com/activeandroid/test/ConfigurationTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public void testDefaultValue() throws IOException, ClassNotFoundException {
assertNull(conf.getModelClasses());
assertFalse(conf.isValid());
assertNull(conf.getTypeSerializers());
assertEquals(Configuration.SQL_PARSER_LEGACY, conf.getSqlParser());
}

public void testCreateConfigurationWithMockModel() {
Expand Down

0 comments on commit 2a64b3b

Please sign in to comment.