1
0
Fork 0
mirror of https://github.com/gohugoio/hugo.git synced 2025-03-20 12:52:37 +00:00

Revert "Temporarily disable failing menu test"

This reverts commit e4a22255cc.
This commit is contained in:
bep 2015-01-01 23:40:14 +01:00
parent fb1b795d59
commit 076a475d16

View file

@ -96,10 +96,7 @@ type testMenuState struct {
oldBaseUrl interface{}
}
// temporarily disabled
// will be enabled once the cast related build issues is fixed
// todo bep
func _TestPageMenu(t *testing.T) {
func TestPageMenu(t *testing.T) {
ts := setupMenuTests(t)
defer resetMenuTestState(ts)