mirror of https://github.com/apache/archiva.git
[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:
parent
d458b71207
commit
55b8953081
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue