From 2c675012fe0efed95956ef1d68c1e981eeefaeeb Mon Sep 17 00:00:00 2001 From: Karl-Johan Wettin Date: Fri, 11 Dec 2009 15:47:28 +0000 Subject: [PATCH] LUCENE-2144 No testing of features outside of the documented API git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@889667 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/lucene/store/instantiated/TestIndicesEquals.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/instantiated/src/test/org/apache/lucene/store/instantiated/TestIndicesEquals.java b/contrib/instantiated/src/test/org/apache/lucene/store/instantiated/TestIndicesEquals.java index c9d570bbf8b..c212a406397 100644 --- a/contrib/instantiated/src/test/org/apache/lucene/store/instantiated/TestIndicesEquals.java +++ b/contrib/instantiated/src/test/org/apache/lucene/store/instantiated/TestIndicesEquals.java @@ -224,10 +224,10 @@ public class TestIndicesEquals extends TestCase { // this is invalid use of the API, // but if the response differs then it's an indication that something might have changed. // in 2.9 and 3.0 the two TermDocs-implementations returned different values at this point. - assertEquals("Descripency during invalid use of the TermDocs API, see comments in test code for details.", - aprioriTermDocs.next(), testTermDocs.next()); +// assertEquals("Descripency during invalid use of the TermDocs API, see comments in test code for details.", +// aprioriTermDocs.next(), testTermDocs.next()); - // start using the API one is supposed to + // start using the API the way one is supposed to use it t = new Term("", ""); aprioriTermDocs.seek(t);