mirror of https://github.com/apache/archiva.git
more %s/nexus/maven
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1415237 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f409da4073
commit
ea59fa5b19
|
@ -54,7 +54,7 @@ import org.apache.archiva.test.utils.ArchivaSpringJUnit4ClassRunner;
|
||||||
*/
|
*/
|
||||||
@RunWith( ArchivaSpringJUnit4ClassRunner.class )
|
@RunWith( ArchivaSpringJUnit4ClassRunner.class )
|
||||||
@ContextConfiguration( locations = { "classpath*:/META-INF/spring-context.xml", "classpath:/spring-context.xml" } )
|
@ContextConfiguration( locations = { "classpath*:/META-INF/spring-context.xml", "classpath:/spring-context.xml" } )
|
||||||
public abstract class AbstractNexusRepositorySearch
|
public abstract class AbstractMavenRepositorySearch
|
||||||
extends TestCase
|
extends TestCase
|
||||||
{
|
{
|
||||||
|
|
|
@ -29,8 +29,8 @@ import java.util.List;
|
||||||
/**
|
/**
|
||||||
* @author Olivier Lamy
|
* @author Olivier Lamy
|
||||||
*/
|
*/
|
||||||
public class NexusRepositorySearchOSGITest
|
public class MavenRepositorySearchOSGITest
|
||||||
extends AbstractNexusRepositorySearch
|
extends AbstractMavenRepositorySearch
|
||||||
{
|
{
|
||||||
|
|
||||||
@Test
|
@Test
|
|
@ -30,7 +30,7 @@ import org.apache.archiva.test.utils.ArchivaBlockJUnit4ClassRunner;
|
||||||
* @author Olivier Lamy
|
* @author Olivier Lamy
|
||||||
*/
|
*/
|
||||||
@RunWith( ArchivaBlockJUnit4ClassRunner.class )
|
@RunWith( ArchivaBlockJUnit4ClassRunner.class )
|
||||||
public class NexusRepositorySearchPaginateTest
|
public class MavenRepositorySearchPaginateTest
|
||||||
extends TestCase
|
extends TestCase
|
||||||
{
|
{
|
||||||
@Test
|
@Test
|
|
@ -37,8 +37,8 @@ import java.util.List;
|
||||||
|
|
||||||
@RunWith ( ArchivaSpringJUnit4ClassRunner.class )
|
@RunWith ( ArchivaSpringJUnit4ClassRunner.class )
|
||||||
@ContextConfiguration ( locations = { "classpath*:/META-INF/spring-context.xml", "classpath:/spring-context.xml" } )
|
@ContextConfiguration ( locations = { "classpath*:/META-INF/spring-context.xml", "classpath:/spring-context.xml" } )
|
||||||
public class NexusRepositorySearchTest
|
public class MavenRepositorySearchTest
|
||||||
extends AbstractNexusRepositorySearch
|
extends AbstractMavenRepositorySearch
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue