From eabde8aaef9389b9c476c1e43264e8fffc1fc028 Mon Sep 17 00:00:00 2001 From: Uwe Tews Date: Sat, 11 Nov 2017 16:19:10 +0100 Subject: [PATCH] remove redundant test --- .../OutputFilterTrimWhitespaceTest.php | 47 ------------------- .../PluginTests/templates/whitespace.tpl | 45 ------------------ 2 files changed, 92 deletions(-) delete mode 100644 tests/UnitTests/A_Core/PluginTests/OutputFilterTrimWhitespaceTest.php delete mode 100644 tests/UnitTests/A_Core/PluginTests/templates/whitespace.tpl diff --git a/tests/UnitTests/A_Core/PluginTests/OutputFilterTrimWhitespaceTest.php b/tests/UnitTests/A_Core/PluginTests/OutputFilterTrimWhitespaceTest.php deleted file mode 100644 index 09c949b8..00000000 --- a/tests/UnitTests/A_Core/PluginTests/OutputFilterTrimWhitespaceTest.php +++ /dev/null @@ -1,47 +0,0 @@ -setUpSmarty(dirname(__FILE__)); - $this->smarty->loadFilter('output', 'trimwhitespace'); - } - - public function testInit() - { - $this->cleanDirs(); - } - - public function testWhitespace() - { - $expected = -' whitespace
-        foobar
-    
-        foobar
-    

'; - - - $this->assertEquals($this->normalizeString($expected), $this->normalizeString($this->smarty->fetch('whitespace.tpl'))); - } -} diff --git a/tests/UnitTests/A_Core/PluginTests/templates/whitespace.tpl b/tests/UnitTests/A_Core/PluginTests/templates/whitespace.tpl deleted file mode 100644 index 0dc27012..00000000 --- a/tests/UnitTests/A_Core/PluginTests/templates/whitespace.tpl +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - whitespace - - - - - - - - -
- - - - - - -
-		foobar
-	
-
-		foobar
-	
-

- -

- - - \ No newline at end of file