Fixing some tests

This commit is contained in:
spf13 2014-11-04 20:28:27 -05:00
parent 55fb02428d
commit cafd39eb9b
3 changed files with 8 additions and 6 deletions

View file

@ -56,7 +56,7 @@ func TestUrlPrep(t *testing.T) {
}
data := []test{
{false, "/section/name.html", "/section/name/index.html"},
{false, "/section/name.html", "/section/name/"},
{true, "/section/name/index.html", "/section/name.html"},
}
for i, d := range data {