You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2013/08/09 16:31:47 UTC

svn commit: r1512321 - /lucene/dev/branches/branch_4x/solr/solrj/src/test/org/apache/solr/client/solrj/embedded/JettyWebappTest.java

Author: dweiss
Date: Fri Aug  9 14:31:47 2013
New Revision: 1512321

URL: http://svn.apache.org/r1512321
Log:
SOLR-4708: one more follow-up to a class that didn't extend from the base Solr test class.

Modified:
    lucene/dev/branches/branch_4x/solr/solrj/src/test/org/apache/solr/client/solrj/embedded/JettyWebappTest.java

Modified: lucene/dev/branches/branch_4x/solr/solrj/src/test/org/apache/solr/client/solrj/embedded/JettyWebappTest.java
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/solr/solrj/src/test/org/apache/solr/client/solrj/embedded/JettyWebappTest.java?rev=1512321&r1=1512320&r2=1512321&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/solr/solrj/src/test/org/apache/solr/client/solrj/embedded/JettyWebappTest.java (original)
+++ lucene/dev/branches/branch_4x/solr/solrj/src/test/org/apache/solr/client/solrj/embedded/JettyWebappTest.java Fri Aug  9 14:31:47 2013
@@ -23,6 +23,7 @@ import java.util.Random;
 
 import org.apache.commons.io.IOUtils;
 import org.apache.lucene.util.LuceneTestCase;
+import org.apache.solr.SolrTestCaseJ4;
 import org.apache.solr.util.ExternalPaths;
 import org.eclipse.jetty.server.Connector;
 import org.eclipse.jetty.server.Server;
@@ -39,7 +40,7 @@ import com.carrotsearch.randomizedtestin
  *
  * @since solr 1.3
  */
-public class JettyWebappTest extends LuceneTestCase 
+public class JettyWebappTest extends SolrTestCaseJ4 
 {
   int port = 0;
   static final String context = "/test";