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:
Olivier Lamy 2011-11-04 15:41:53 +00:00
parent 534334dd98
commit a383916c30
1 changed files with 1 additions and 1 deletions

View File

@ -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() );
}