]> source.dussan.org Git - archiva.git/commitdiff
[MRM-470] Test failures in BytecodeIndexTest due to NPE in AbstractIndexCreationTestCase
authorJoakim Erdfelt <joakime@apache.org>
Mon, 24 Sep 2007 18:21:35 +0000 (18:21 +0000)
committerJoakim Erdfelt <joakime@apache.org>
Mon, 24 Sep 2007 18:21:35 +0000 (18:21 +0000)
Re-enabled test cases.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@578894 13f79535-47bb-0310-9956-ffa450edef68

archiva-base/archiva-indexer/src/test/java/org/apache/maven/archiva/indexer/AbstractIndexCreationTestCase.java

index b697f2f13358b243324720c4925d4ffd8b723a11..c9ede6843d55fab1b999716bcf1c1a322e239c34 100644 (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
     {