mirror of
https://github.com/apache/archiva.git
synced 2025-03-01 14:09:08 +00:00
fix bad copy paste
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1489844 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
278a61c8c2
commit
c2b4b72b3d
@ -1011,7 +1011,7 @@ public void testGetNamespacesWithSparseDepth()
|
|||||||
|
|
||||||
//assertEquals( Arrays.asList( "apache" ), repository.getNamespaces( TEST_REPO_ID, "org" ) );
|
//assertEquals( Arrays.asList( "apache" ), repository.getNamespaces( TEST_REPO_ID, "org" ) );
|
||||||
namespaces = repository.getNamespaces( TEST_REPO_ID, "org" );
|
namespaces = repository.getNamespaces( TEST_REPO_ID, "org" );
|
||||||
Assertions.assertThat( namespaces ).isNotNull().isNotEmpty().hasSize( 1 ).contains( "org" );
|
Assertions.assertThat( namespaces ).isNotNull().isNotEmpty().hasSize( 1 ).contains( "apache" );
|
||||||
|
|
||||||
//assertEquals( Arrays.asList( "maven" ), repository.getNamespaces( TEST_REPO_ID, "org.apache" ) );
|
//assertEquals( Arrays.asList( "maven" ), repository.getNamespaces( TEST_REPO_ID, "org.apache" ) );
|
||||||
namespaces = repository.getNamespaces( TEST_REPO_ID, "org.apache" );
|
namespaces = repository.getNamespaces( TEST_REPO_ID, "org.apache" );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user