Skip to content

Commit 7eea590

Browse files
committed
remove obsolete comment
the index is now created for each test separately
1 parent 6dc8614 commit 7eea590

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -222,10 +222,6 @@ void testCleanupAfterIndexRemoval(boolean historyBasedReindex) throws Exception
222222
IndexDatabase idb = new IndexDatabase(project);
223223
assertNotNull(idb);
224224

225-
// Note that the file to remove has to be different from the one used
226-
// in {@code testGetDefinitions} because it shares the same index
227-
// and this test is going to remove the file and therefore related
228-
// definitions.
229225
String fileName = "header.h";
230226
File gitRoot = new File(repository.getSourceRoot(), projectName);
231227
assertTrue(new File(gitRoot, fileName).exists());

0 commit comments

Comments
 (0)