You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sh...@apache.org on 2016/03/04 15:44:35 UTC

lucene-solr git commit: Remove confusing stale comment (cherry picked from commit 4bb4c48) (cherry picked from commit e07af00)

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6_0 6a4f912b5 -> eaa6d2f1c


Remove confusing stale comment
(cherry picked from commit 4bb4c48)
(cherry picked from commit e07af00)


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/eaa6d2f1
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/eaa6d2f1
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/eaa6d2f1

Branch: refs/heads/branch_6_0
Commit: eaa6d2f1caa412b48e56db45e19b78134ded7cdf
Parents: 6a4f912
Author: Shalin Shekhar Mangar <sh...@apache.org>
Authored: Fri Mar 4 18:38:22 2016 +0530
Committer: Shalin Shekhar Mangar <sh...@apache.org>
Committed: Fri Mar 4 20:14:27 2016 +0530

----------------------------------------------------------------------
 .../test/org/apache/lucene/index/TestBackwardsCompatibility.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/eaa6d2f1/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java
----------------------------------------------------------------------
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java b/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java
index 57b8d2d..edaaaff 100644
--- a/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java
+++ b/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java
@@ -684,7 +684,7 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     // true if this is a 4.9+ index
     final boolean is49Index = MultiFields.getMergedFieldInfos(reader).fieldInfo("dvSortedNumeric") != null;
 
-    assert is40Index; // NOTE: currently we can only do this on trunk!
+    assert is40Index;
 
     final Bits liveDocs = MultiFields.getLiveDocs(reader);