From: Sam Hemelryk Date: Thu, 17 Jul 2014 01:57:01 +0000 (+1200) Subject: Revert "MDL-46226 fix unit tests" X-Git-Tag: v2.8.0-beta~529 X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=commitdiff_plain;h=4ae7774d0348b4549b968d80441847b2708413df;ds=sidebyside Revert "MDL-46226 fix unit tests" This reverts commit ffd17daf0a438fa63a32d3c1ba08218e16def46c. --- diff --git a/filter/emoticon/tests/filter_test.php b/filter/emoticon/tests/filter_test.php index 9d960727157..38b69ccb36a 100644 --- a/filter/emoticon/tests/filter_test.php +++ b/filter/emoticon/tests/filter_test.php @@ -54,7 +54,7 @@ class filter_emoticon_testcase extends advanced_testcase { $this->assertEquals($expected, $filter->filter('(grr)', $options)); // And texts matching target formats are filtered. - $expected = 'angry'; $options = array('originalformat' => FORMAT_HTML); // Only FORMAT_HTML is filtered, see {@link testable_filter_emoticon}. $this->assertEquals($expected, $filter->filter('(grr)', $options));