mirror of https://github.com/apache/lucene.git
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
This commit is contained in:
parent
e92db313d4
commit
b1afef02f9
|
@ -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 {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue