SolrJettyTestBase has the wrong package ---------------------------------------
Key: SOLR-2653 URL: https://issues.apache.org/jira/browse/SOLR-2653 Project: Solr Issue Type: Bug Affects Versions: 3.4 Reporter: Steven Rowe Assignee: Steven Rowe Priority: Critical Backport of SOLR-2452 to branch_3x didn't change the package name of {{SolrJettyTestBase}}, so the package name {{org.apache.solr.client.solrj}} and the directory in which it now resides {{org/apache/solr/}} are now different. The package name should be changed to {{org.apache.solr}} (this is already done in trunk), and this will cause changes to package import statements where the class is used. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org