You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2017/02/28 17:13:04 UTC

lucene-solr:branch_6x: tests: null out static

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x 203147896 -> 152a42b18


tests: null out static


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

Branch: refs/heads/branch_6x
Commit: 152a42b189a9cc1ea6af7c7f8bfb7c7644e539fe
Parents: 2031478
Author: markrmiller <ma...@apache.org>
Authored: Tue Feb 28 12:12:34 2017 -0500
Committer: markrmiller <ma...@apache.org>
Committed: Tue Feb 28 12:12:55 2017 -0500

----------------------------------------------------------------------
 solr/core/src/test/org/apache/solr/update/UpdateLogTest.java | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/152a42b1/solr/core/src/test/org/apache/solr/update/UpdateLogTest.java
----------------------------------------------------------------------
diff --git a/solr/core/src/test/org/apache/solr/update/UpdateLogTest.java b/solr/core/src/test/org/apache/solr/update/UpdateLogTest.java
index 9b1d611..e9269b0 100644
--- a/solr/core/src/test/org/apache/solr/update/UpdateLogTest.java
+++ b/solr/core/src/test/org/apache/solr/update/UpdateLogTest.java
@@ -64,6 +64,7 @@ public class UpdateLogTest extends SolrTestCaseJ4 {
     System.clearProperty("solr.tests.longClassName");
     System.clearProperty("solr.tests.floatClassName");
     System.clearProperty("solr.tests.doubleClassName");
+    ulog = null;
   }
 
   @Test