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 6dc8614 commit 7eea590Copy full SHA for 7eea590
opengrok-indexer/src/test/java/org/opengrok/indexer/index/IndexDatabaseTest.java
@@ -222,10 +222,6 @@ void testCleanupAfterIndexRemoval(boolean historyBasedReindex) throws Exception
222
IndexDatabase idb = new IndexDatabase(project);
223
assertNotNull(idb);
224
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.
229
String fileName = "header.h";
230
File gitRoot = new File(repository.getSourceRoot(), projectName);
231
assertTrue(new File(gitRoot, fileName).exists());
0 commit comments