mirror of https://github.com/apache/archiva.git
fix link returned by archiva during browsing
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1197602 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
534334dd98
commit
a383916c30
|
@ -60,7 +60,7 @@ public class RepositoryServletBrowseTest
|
|||
|
||||
// dumpResponse( response );
|
||||
|
||||
String expectedLinks[] = new String[]{ ".indexer", "commons-lang/", "net/", "org/" };
|
||||
String expectedLinks[] = new String[]{ ".indexer/", "commons-lang/", "net/", "org/" };
|
||||
assertLinks( expectedLinks, response.getLinks() );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue