mirror of
https://github.com/apache/archiva.git
synced 2025-02-06 18:19:02 +00:00
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 void quickSearchOnArtifactId()
|
||||
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…
x
Reference in New Issue
Block a user