LUCENE-1843, LUCENE-1836: Add missing note in CHANGES.txt "Test Cases" section.

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@807605 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2009-08-25 13:14:00 +00:00
parent c1c2ce7716
commit 986260a672
1 changed files with 11 additions and 0 deletions

View File

@ -823,6 +823,17 @@ Test Cases
2. LUCENE-1852: Fix localization test failures.
(Robert Muir via Michael Busch)
3. LUCENE-1843: Refactored all tests that use assertAnalyzesTo() & others
in core and contrib to use a new BaseTokenStreamTestCase
base class. Also rewrote some tests to use this general analysis assert
functions instead of own ones (e.g. TestMappingCharFilter).
The new base class also tests tokenization with the TokenStream.next()
backwards layer enabled (using Token/TokenWrapper as attribute
implementation) and disabled (default for Lucene 3.0)
4. LUCENE-1836: Added a new LocalizedTestCase as base class for localization
junit tests. (Robert Muir, Uwe Schindler via Michael Busch)
======================= Release 2.4.1 2009-03-09 =======================