o MAVEN-313: Updated to match new test resources

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113076 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
bwalding
2003-03-07 21:45:04 +00:00
parent 8bfddb188d
commit fa17f4a018

View File

@@ -99,10 +99,10 @@ public class LinkCheckTest extends TestCase
check(map, "nolink.html", 0);
check(map, "test-resources/nolink.html", 0);
check(map, "test-resources/test1/test1.html", 1);
check(map, "test-resources/test1/test1.html", 2);
check(map, "test-resources/test1/test2.html", 0);
check(map, "test1/test1.html", 1);
check(map, "testA.html", 2);
check(map, "testA.html", 3);
}