mirror of https://github.com/apache/archiva.git
fix incorrect merge
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@887053 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fcd43810f5
commit
9ff4303708
|
@ -231,7 +231,7 @@ public class SearchServiceImplTest
|
|||
assertEquals( ARCHIVA_TEST_ARTIFACT_ID, artifact.getArtifactId() );
|
||||
assertEquals( "1.0", artifact.getVersion() );
|
||||
assertEquals( "jar", artifact.getType() );
|
||||
assertNull( "Repository should be null since the model was not found in the database!", artifact.getRepositoryId() );
|
||||
assertEquals( "public.releases", artifact.getRepositoryId() );
|
||||
}
|
||||
|
||||
public void testQuickSearchArtifactRegularSearch()
|
||||
|
|
Loading…
Reference in New Issue