[MRM-470] Test failures in BytecodeIndexTest due to NPE in AbstractIndexCreationTestCase

Re-enabled test cases.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@578894 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Joakim Erdfelt 2007-09-24 18:21:35 +00:00
parent d458b71207
commit 55b8953081
1 changed files with 0 additions and 2 deletions

View File

@ -71,7 +71,6 @@ public abstract class AbstractIndexCreationTestCase extends AbstractIndexerTestC
}
}
/*
public void testAddRecordNoIndex() throws IOException, RepositoryIndexException, ParseException
{
LuceneRepositoryContentRecord record = createSimpleRecord();
@ -158,7 +157,6 @@ public abstract class AbstractIndexCreationTestCase extends AbstractIndexerTestC
reader.close();
}
}
*/
public void testDeleteRecordNotInIndex() throws IOException, RepositoryIndexException
{