Browse Source

correct filename for compare template

AD7six 11 years ago
parent
commit
6c0a144cce
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/View/BakeViewTest.php

+ 1 - 1
tests/TestCase/View/BakeViewTest.php

@@ -113,7 +113,7 @@ class BakeViewTest extends TestCase {
  */
 	public function testSwallowLeadingWhitespace() {
 		$result = $this->View->render('view_tests/leading_whitespace');
-		$expected = $this->_getCompareTemplate('leading-whitespace');
+		$expected = $this->_getCompareTemplate('leading_whitespace');
 
 		$this->assertSame(
 			$expected,