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/01 19:22:47 UTC

lucene-solr:master: In SolrTestCaseJ4 javadocs replace reference to initTestHarness.

Repository: lucene-solr
Updated Branches:
  refs/heads/master 0d52cb9ce -> c1d9b87d7


In SolrTestCaseJ4 javadocs replace reference to initTestHarness.


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

Branch: refs/heads/master
Commit: c1d9b87d7d5bb3b59e0004461bb98d0d5ab6c54c
Parents: 0d52cb9
Author: Christine Poerschke <cp...@apache.org>
Authored: Wed Feb 1 19:06:32 2017 +0000
Committer: Christine Poerschke <cp...@apache.org>
Committed: Wed Feb 1 19:06:32 2017 +0000

----------------------------------------------------------------------
 solr/test-framework/src/java/org/apache/solr/SolrTestCaseJ4.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/c1d9b87d/solr/test-framework/src/java/org/apache/solr/SolrTestCaseJ4.java
----------------------------------------------------------------------
diff --git a/solr/test-framework/src/java/org/apache/solr/SolrTestCaseJ4.java b/solr/test-framework/src/java/org/apache/solr/SolrTestCaseJ4.java
index 59e74d90..990b050 100644
--- a/solr/test-framework/src/java/org/apache/solr/SolrTestCaseJ4.java
+++ b/solr/test-framework/src/java/org/apache/solr/SolrTestCaseJ4.java
@@ -595,7 +595,7 @@ public abstract class SolrTestCaseJ4 extends LuceneTestCase {
   protected static SolrConfig solrConfig;
 
   /**
-   * Harness initialized by initTestHarness.
+   * Harness initialized by create[Default]Core[Container].
    *
    * <p>
    * For use in test methods as needed.
@@ -604,7 +604,7 @@ public abstract class SolrTestCaseJ4 extends LuceneTestCase {
   protected static TestHarness h;
 
   /**
-   * LocalRequestFactory initialized by initTestHarness using sensible
+   * LocalRequestFactory initialized by create[Default]Core[Container] using sensible
    * defaults.
    *
    * <p>