Skip to content

Commit ed6c159

Browse files
committed
cleanup
1 parent 1ea1285 commit ed6c159

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

opengrok-indexer/src/test/java/org/opengrok/indexer/index/AnalyzerGuruDocumentTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,13 @@ void setUpClass() throws Exception {
7676

7777
// Restore the project and repository information.
7878
env.setProjects(new HashMap<>());
79-
HistoryGuru.getInstance().removeRepositories(List.of("/git"));
8079
env.setRepositories(repository.getSourceRoot());
8180
HistoryGuru.getInstance().invalidateRepositories(env.getRepositories(), CommandTimeoutType.INDEXER);
8281
env.generateProjectRepositoriesMap();
8382
}
8483

8584
@AfterEach
8685
void tearDownClass() throws Exception {
87-
env.releaseIndexSearchers();
8886
repository.destroy();
8987
}
9088

0 commit comments

Comments
 (0)