Comment an empty block which is ok

Change-Id: I552d4481e17a12b0bd707d5386f29026ae0856fb
This commit is contained in:
Robin Rosenberg 2012-09-23 00:53:29 +02:00
parent 22427b748b
commit 68a91801d7
1 changed files with 1 additions and 0 deletions

View File

@ -152,6 +152,7 @@ public void resolvePreviousBranch() throws Exception {
db.resolve("@{-1}@{0}");
fail();
} catch (RevisionSyntaxException e) {
// good
}
assertEquals(c1.getName(), db.resolve("@{-2}@{0}").getName());