o Fixed typo

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@926868 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2010-03-23 23:56:59 +00:00
parent 02aa0ea7cf
commit 718107c09a
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ public class MavenITmng4428FollowHttpRedirectTest
public void testitRelativeLocation()
throws Exception
{
testit( true, true );
testit( true, true, true );
}
private void testit( boolean fromHttp, boolean toHttp )