You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by bw...@apache.org on 2003/03/09 01:45:49 UTC

cvs commit: jakarta-turbine-maven/src/test/java/org/apache/maven DVSLPathToolTest.java

bwalding    2003/03/08 16:45:49

  Modified:    src/test/java/org/apache/maven DVSLPathToolTest.java
  Log:
  o MAVEN-283: Additional test case for http://crazyhorse.com
  
  Revision  Changes    Path
  1.8       +3 -2      jakarta-turbine-maven/src/test/java/org/apache/maven/DVSLPathToolTest.java
  
  Index: DVSLPathToolTest.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/test/java/org/apache/maven/DVSLPathToolTest.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- DVSLPathToolTest.java	8 Mar 2003 00:07:07 -0000	1.7
  +++ DVSLPathToolTest.java	9 Mar 2003 00:45:48 -0000	1.8
  @@ -295,6 +295,7 @@
       {
           testCalculateLink("/bob.html", "/absolute//bob.html", "..");
           testCalculateLink("http://crazyhorse.com", "/absolute/http://crazyhorse.com", "..");
  +        testCalculateLink("http://crazyhorse.com", "http://crazyhorse.com", "..");
           testCalculateLink("../index.html", "/index.html", "..");
           testCalculateLink("index.html", "/index.html", ".");
           testCalculateLink("../other-module/index.html", "../other-module/index.html", ".");