Skip to content

Commit

Permalink
Improve test coverage of org.apache.maven.model.path.DefaultUrlNormal…
Browse files Browse the repository at this point in the history
…izer

This closes #264
  • Loading branch information
josephw authored and michael-o committed Jul 1, 2019
1 parent 353d3ea commit f71766b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,8 @@ public void testPreservationOfDoubleSlashes()
normalize( "[fetch=]http://server.org/[push=]ssh://server.org/" ) );
}

public void testNormalizeInputWithNoParentDirectoriesToAscendTo()
{
assertEquals("a/../", normalize("a/../"));
}
}

0 comments on commit f71766b

Please sign in to comment.