projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4402c07
)
hugolib: Fix broken TestTemplateLookupOrder
author
Cameron Moore
<moorereason@gmail.com>
Mon, 5 Feb 2018 04:04:40 +0000
(22:04 -0600)
committer
Bjørn Erik Pedersen
<bjorn.erik.pedersen@gmail.com>
Mon, 5 Feb 2018 07:38:04 +0000
(08:38 +0100)
It looks like we left some debugging code in place that caused all but
one test case to run.
hugolib/template_test.go
patch
|
blob
|
history
diff --git
a/hugolib/template_test.go
b/hugolib/template_test.go
index a5bec103a76af8addc2748295686a289d831bad7..4117d0f47d3fd7b285f6d6492221fcccfeb8237f 100644
(file)
--- 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}