Merge "Add ability to deny uploading merge commits"

This commit is contained in:
Shawn Pearce
2011-04-07 19:15:02 -07:00
committed by Android Code Review
7 changed files with 80 additions and 5 deletions

View File

@@ -205,7 +205,7 @@ public class SchemaCreatorTest extends TestCase {
} finally {
c.close();
}
assertValueRange(ApprovalCategory.READ, -1, 1, 2);
assertValueRange(ApprovalCategory.READ, -1, 1, 2, 3);
}
public void testCreateSchema_ApprovalCategory_Submit() throws OrmException {