hugolib: Fix broken TestTemplateLookupOrder - hugo - [fork] hugo port for 9front
HTML git clone git@git.drkhsh.at/hugo.git
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit 9a367d9d06db6f6cf22121d0397c464ae36e7089
DIR parent 4402c077754991df19c3bbab0c4a671dcfdc192c
HTML Author: Cameron Moore <moorereason@gmail.com>
Date: Sun, 4 Feb 2018 22:04:40 -0600
hugolib: Fix broken TestTemplateLookupOrder
It looks like we left some debugging code in place that caused all but
one test case to run.
Diffstat:
M hugolib/template_test.go | 4 ----
1 file changed, 0 insertions(+), 4 deletions(-)
---
DIR diff --git a/hugolib/template_test.go b/hugolib/template_test.go
@@ -190,10 +190,6 @@ func TestTemplateLookupOrder(t *testing.T) {
},
} {
- if i != 9 {
- continue
- }
-
cfg, fs = newTestCfg()
th = testHelper{cfg, fs, t}