mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-05 18:44:58 +03:00
Re-enable test
I had commented out this check just to make sure the rest of the test cases were succeeding and forgot to add it back in.
This commit is contained in:
parent
f7fcd7447a
commit
26cbea9e12
1 changed files with 2 additions and 2 deletions
|
@ -106,9 +106,9 @@ func TestMarkdownStaticGen(t *testing.T) {
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
`)
|
`)
|
||||||
// TODO: html contains Windows line endings, expectedBody doesn't...
|
|
||||||
if !bytes.Equal(html, expectedBody) {
|
if !bytes.Equal(html, expectedBody) {
|
||||||
//t.Fatalf("Expected file content: %s got: %s", string(expectedBody), string(html))
|
t.Fatalf("Expected file content: %s got: %s", string(expectedBody), string(html))
|
||||||
}
|
}
|
||||||
|
|
||||||
fp := filepath.Join(c.Root, markdown.DefaultStaticDir)
|
fp := filepath.Join(c.Root, markdown.DefaultStaticDir)
|
||||||
|
|
Loading…
Reference in a new issue