From b1afef02f9e189ad3844c5beba212da587b64f65 Mon Sep 17 00:00:00 2001 From: Shai Erera Date: Sun, 3 Jul 2011 07:49:58 +0000 Subject: [PATCH] remove references to old bug tracking system numbers from facet code git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1142388 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/lucene/facet/search/CategoryListIteratorTest.java | 5 ----- .../lucene/facet/search/TestTotalFacetCountsCache.java | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) 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