From 986260a6721d8f591df9960d3910233be4a60693 Mon Sep 17 00:00:00 2001 From: Uwe Schindler Date: Tue, 25 Aug 2009 13:14:00 +0000 Subject: [PATCH] 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 --- CHANGES.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 86b2c1ec476..6d48a483eb7 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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 =======================