hubolib: Narrow a test assertion

This commit is contained in:
Bjørn Erik Pedersen 2017-04-27 13:00:24 +02:00
parent 718c0e1414
commit 8d0917af0a

View file

@ -149,7 +149,7 @@ func TestPageTargetPath(t *testing.T) {
expected := test.expected
// TODO(bep) simplify
if test.d.BaseName == test.d.Type.BaseName {
if test.d.Kind == KindPage && test.d.BaseName == test.d.Type.BaseName {
} else if test.d.Kind == KindHome && test.d.Type.Path != "" {
} else if (!strings.HasPrefix(expected, "/index") || test.d.Addends != "") && test.d.URL == "" && isUgly {