mirror of https://github.com/apache/archiva.git
fix snippet
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1171624 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4df0e552f9
commit
13df5c0860
|
@ -57,7 +57,7 @@ public class SearchServiceTest
|
|||
List<Artifact> artifacts = searchService.quickSearch( "commons-logging" );
|
||||
// return all artifacts with groupId OR artifactId OR version OR packaging OR className
|
||||
// NOTE : only artifacts with classifier empty are returned
|
||||
// START SNIPPET: quick-search
|
||||
// END SNIPPET: quick-search
|
||||
|
||||
assertNotNull( artifacts );
|
||||
assertTrue( " not 6 results for commons-logging search but " + artifacts.size() + ":" + artifacts,
|
||||
|
|
Loading…
Reference in New Issue