fix snippet

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1171624 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2011-09-16 15:29:25 +00:00
parent 4df0e552f9
commit 13df5c0860
1 changed files with 1 additions and 1 deletions

View File

@ -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,