Skip to content

Commit c724176

Browse files
Vladimir Kotalahornace
authored andcommitted
join line
1 parent 9d86925 commit c724176

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

opengrok-indexer/src/test/java/org/opengrok/indexer/history/MercurialRepositoryTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,7 @@ public void testGetHistorySubdir() throws Exception {
125125
runHgCommand(root, "import",
126126
Paths.get(getClass().getResource("/history/hg-export-subdir.txt").toURI()).toString());
127127

128-
MercurialRepository mr
129-
= (MercurialRepository) RepositoryFactory.getRepository(root);
128+
MercurialRepository mr = (MercurialRepository) RepositoryFactory.getRepository(root);
130129
History hist = mr.getHistory(new File(root, "subdir"));
131130
List<HistoryEntry> entries = hist.getHistoryEntries();
132131
assertEquals(1, entries.size());

0 commit comments

Comments
 (0)