fix proxy tests

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@439198 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2006-09-01 06:00:55 +00:00
parent 44ffe7eb4c
commit 9b9945299d
1 changed files with 1 additions and 1 deletions

View File

@ -665,7 +665,7 @@ public class DefaultProxyRequestHandler
String remoteChecksum = DigestUtils.cleanChecksum( FileUtils.fileRead( tempChecksumFile ),
checksumExt.toUpperCase(),
path.substring( path.lastIndexOf( '/' ) ) );
path.substring( path.lastIndexOf( '/' ) + 1 ) );
String actualChecksum = checksum.getActualChecksum();