mirror of https://github.com/apache/lucene.git
SOLR-12294: changed the package of the test file
This commit is contained in:
parent
2a5346dd29
commit
4e12546b02
|
@ -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;
|
||||
|
|
Binary file not shown.
|
@ -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 );
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue