From 6c0a144ccebda20a9543cec8d198e1ec79971a73 Mon Sep 17 00:00:00 2001 From: AD7six Date: Wed, 12 Nov 2014 22:23:54 +0000 Subject: [PATCH] correct filename for compare template --- tests/TestCase/View/BakeViewTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestCase/View/BakeViewTest.php b/tests/TestCase/View/BakeViewTest.php index 88f172f8d25..8aa104fa559 100644 --- a/tests/TestCase/View/BakeViewTest.php +++ b/tests/TestCase/View/BakeViewTest.php @@ -113,7 +113,7 @@ public function testRenderNewlines() { */ public function testSwallowLeadingWhitespace() { $result = $this->View->render('view_tests/leading_whitespace'); - $expected = $this->_getCompareTemplate('leading-whitespace'); + $expected = $this->_getCompareTemplate('leading_whitespace'); $this->assertSame( $expected,