You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by cp...@apache.org on 2017/02/15 20:30:14 UTC

lucene-solr:branch_6x: SOLR-6443, SOLR-6444: correct @AwaitsFix link for TestManagedResourceStorage

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x 913d76fb0 -> 2e67777ff


SOLR-6443, SOLR-6444: correct @AwaitsFix link for TestManagedResourceStorage


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

Branch: refs/heads/branch_6x
Commit: 2e67777ff94ade76ba4e059301806847e1ab9696
Parents: 913d76f
Author: Christine Poerschke <cp...@apache.org>
Authored: Wed Feb 15 20:28:22 2017 +0000
Committer: Christine Poerschke <cp...@apache.org>
Committed: Wed Feb 15 20:30:00 2017 +0000

----------------------------------------------------------------------
 .../src/test/org/apache/solr/rest/TestManagedResourceStorage.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/2e67777f/solr/core/src/test/org/apache/solr/rest/TestManagedResourceStorage.java
----------------------------------------------------------------------
diff --git a/solr/core/src/test/org/apache/solr/rest/TestManagedResourceStorage.java b/solr/core/src/test/org/apache/solr/rest/TestManagedResourceStorage.java
index bbf8453..7314753 100644
--- a/solr/core/src/test/org/apache/solr/rest/TestManagedResourceStorage.java
+++ b/solr/core/src/test/org/apache/solr/rest/TestManagedResourceStorage.java
@@ -39,7 +39,7 @@ import org.junit.Test;
  * Depends on ZK for testing ZooKeeper backed storage logic.
  */
 @Slow
-@AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-6444")
+@AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-6443")
 public class TestManagedResourceStorage extends AbstractZkTestCase {
 
   /**