diff --git a/modules/facet/src/test/org/apache/lucene/facet/search/CategoryListIteratorTest.java b/modules/facet/src/test/org/apache/lucene/facet/search/CategoryListIteratorTest.java index b2bf141bbd4..2b5d3269d17 100644 --- a/modules/facet/src/test/org/apache/lucene/facet/search/CategoryListIteratorTest.java +++ b/modules/facet/src/test/org/apache/lucene/facet/search/CategoryListIteratorTest.java @@ -133,11 +133,6 @@ public class CategoryListIteratorTest extends LuceneTestCase { /** * Test that a document with no payloads does not confuse the payload decoder. - * Test was added for tracker 143670. - * At the time of writing the test it exposes the bug fixed in tracker 143670. - * However NOTE that this exposure depends on Lucene internal implementation and - * as such in the future it may stop to expose that specific bug. - * The test should always pass, though :) */ @Test public void testPayloadIteratorWithInvalidDoc() throws Exception { diff --git a/modules/facet/src/test/org/apache/lucene/facet/search/TestTotalFacetCountsCache.java b/modules/facet/src/test/org/apache/lucene/facet/search/TestTotalFacetCountsCache.java index 30b93d4e529..c109b594a53 100644 --- a/modules/facet/src/test/org/apache/lucene/facet/search/TestTotalFacetCountsCache.java +++ b/modules/facet/src/test/org/apache/lucene/facet/search/TestTotalFacetCountsCache.java @@ -357,7 +357,7 @@ public class TestTotalFacetCountsCache extends LuceneTestCase { } /** - * This test is to address a bug (Tracker #146354) in a previous version. If a TFC cache is + * This test is to address a bug in a previous version. If a TFC cache is * written to disk, and then the taxonomy grows (but the index does not change), * and then the TFC cache is re-read from disk, there will be an exception * thrown, as the integers are read off of the disk according to taxonomy