You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by gu...@apache.org on 2018/12/02 21:42:21 UTC

lucene-solr:master: SOLR-12801 fix cut/paste oops in comment

Repository: lucene-solr
Updated Branches:
  refs/heads/master cf4d74941 -> b6b9f9554


SOLR-12801 fix cut/paste oops in comment


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

Branch: refs/heads/master
Commit: b6b9f9554e6a30d92afd2b277554e1d1f81ede5d
Parents: cf4d749
Author: Gus Heck <gu...@apache.org>
Authored: Sun Dec 2 16:41:55 2018 -0500
Committer: Gus Heck <gu...@apache.org>
Committed: Sun Dec 2 16:41:55 2018 -0500

----------------------------------------------------------------------
 .../solr/update/processor/TimeRoutedAliasUpdateProcessorTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/b6b9f955/solr/core/src/test/org/apache/solr/update/processor/TimeRoutedAliasUpdateProcessorTest.java
----------------------------------------------------------------------
diff --git a/solr/core/src/test/org/apache/solr/update/processor/TimeRoutedAliasUpdateProcessorTest.java b/solr/core/src/test/org/apache/solr/update/processor/TimeRoutedAliasUpdateProcessorTest.java
index b500a7e..1fc1e25 100644
--- a/solr/core/src/test/org/apache/solr/update/processor/TimeRoutedAliasUpdateProcessorTest.java
+++ b/solr/core/src/test/org/apache/solr/update/processor/TimeRoutedAliasUpdateProcessorTest.java
@@ -534,7 +534,7 @@ public class TimeRoutedAliasUpdateProcessorTest extends SolrCloudTestCase {
     assertTrue("Preemptive creation beyond ROUTER_PREEMPTIVE_CREATE_MATH setting of 3DAY!",!cols.contains("myalias_2017-11-04"));
 
     assertUpdateResponse(add(alias, Collections.singletonList(
-        sdoc("id", "18", "timestamp_dt", "2017-11-01T23:01:00Z")), // should NOT cause preemptive creation 11-04
+        sdoc("id", "18", "timestamp_dt", "2017-11-01T23:01:00Z")), // should cause preemptive creation 11-04
         params));
     waitCol("2017-11-04",numShards);