We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a36f802 commit 8371e66Copy full SHA for 8371e66
opengrok-indexer/src/test/java/org/opengrok/indexer/history/GitRepositoryTest.java
@@ -207,7 +207,7 @@ public void testDetermineBranchAfterChange() throws Exception {
207
}
208
209
@Test
210
- public void testGetHistoryInBranch() throws Exception {
+ void testGetHistoryInBranch() throws Exception {
211
// Clone the test repository and create new branch there.
212
// Clone under source root to avoid problems with prohibited symlinks.
213
File root = new File(repository.getSourceRoot(), "git");
0 commit comments