SOLR-12294: changed the package of the test file

This commit is contained in:
Noble Paul 2018-05-28 15:04:19 +10:00
parent 2a5346dd29
commit 4e12546b02
3 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
* limitations under the License.
*/
package org.apache.solr.core;
package runtimecode;
import org.apache.solr.request.SolrQueryRequest;
import org.apache.solr.response.SolrQueryResponse;

View File

@ -60,7 +60,7 @@ public class TestDynamicURP extends SolrCloudTestCase {
" <processor class=\"solr.RunUpdateProcessorFactory\"/>\n" +
" </updateRequestProcessorChain>\n" +
"\n" +
" <updateProcessor class=\"org.apache.solr.core.TestURP\" name=\"testURP\" runtimeLib=\"true\"></updateProcessor>\n" +
" <updateProcessor class=\"runtimecode.TestURP\" name=\"testURP\" runtimeLib=\"true\"></updateProcessor>\n" +
"</config>").getBytes(StandardCharsets.UTF_8), true );