Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVas Sudanagunta <vas@commonkarma.org>2018-07-19 20:53:39 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-07-19 21:40:50 +0300
commitd6fde8fa131f3852fa98a8ec5c360e736486cf54 (patch)
tree036a373714070b9311aa23592d8756ed9e79cfb6 /hugolib
parent2bac3715448e90e197ada7cc73c87f696c19def6 (diff)
Enable test case fixed by commit 501543d4
Diffstat (limited to 'hugolib')
-rw-r--r--hugolib/page_collections_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/page_collections_test.go b/hugolib/page_collections_test.go
index 88a1f3cd7..2f8b31490 100644
--- a/hugolib/page_collections_test.go
+++ b/hugolib/page_collections_test.go
@@ -215,7 +215,7 @@ func TestGetPage(t *testing.T) {
{KindPage, sec3, []string{"/about.md"}, "about page"},
{KindPage, sec3, []string{"/sect4/page2.md"}, "Title4_2"},
{KindPage, sec3, []string{"/sect3/subsect/deep.md"}, "deep page"}, //next test depends on this page existing
- //{"NoPage", sec3, []string{"/subsect/deep.md"}, ""}, // ISSUE #4969: this absolute ref is resolving to /sect3/subsect/deep.md
+ {"NoPage", sec3, []string{"/subsect/deep.md"}, ""},
}
for _, test := range tests {