Skip to content

Commit 4d2cbc0

Browse files
committed
Relocate test to be in the same package as what we are testing.
1 parent 6a675bf commit 4d2cbc0

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

solr/core/src/java/org/apache/solr/handler/V2UpdateRequestHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
*/
3939
public class V2UpdateRequestHandler extends UpdateRequestHandler
4040
implements APIConfigProvider<UpdateAPI.UpdateRequestHandlerConfig> {
41-
41+
4242
@Override
4343
public Collection<Api> getApis() {
4444
return Collections.emptyList();

solr/core/src/test/org/apache/solr/handler/UpdateAPITest.java renamed to solr/core/src/test/org/apache/solr/handler.admin.api/UpdateAPITest.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18-
package org.apache.solr.handler;
18+
package org.apache.solr.handler.admin.api;
1919

2020
import static org.apache.solr.core.CoreContainer.ALLOW_PATHS_SYSPROP;
2121

@@ -36,8 +36,7 @@
3636

3737
/**
3838
* Integration tests for the v2 update API endpoints implemented via JAX-RS in {@link
39-
* org.apache.solr.handler.admin.api.UpdateAPI}. Uses {@link SolrJettyTestRule} to run a real Solr
40-
* instance.
39+
* org.apache.solr.handler.admin.api.UpdateAPI}.
4140
*/
4241
public class UpdateAPITest extends SolrTestCaseJ4 {
4342

0 commit comments

Comments
 (0)