mirror of https://github.com/apache/archiva.git
fix unit test
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1525883 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ef1759b856
commit
4d6b0df838
|
@ -200,7 +200,7 @@ public class MavenRepositorySearchTest
|
||||||
archivaConfigControl.verify();
|
archivaConfigControl.verify();
|
||||||
|
|
||||||
assertNotNull( results );
|
assertNotNull( results );
|
||||||
assertEquals( 2, results.getTotalHits() );
|
assertEquals( 3, results.getTotalHits() );
|
||||||
|
|
||||||
SearchResultHit hit = results.getHits().get( 0 );
|
SearchResultHit hit = results.getHits().get( 0 );
|
||||||
assertEquals( "org.apache.archiva", hit.getGroupId() );
|
assertEquals( "org.apache.archiva", hit.getGroupId() );
|
||||||
|
|
Loading…
Reference in New Issue