From: Jean-Philippe Lang Date: Sat, 10 Dec 2011 14:41:48 +0000 (+0000) Subject: Merged r8166 from trunk. X-Git-Tag: 1.3.0~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a0c34ab91618148527b78aafbafeda7eb19947ad;p=redmine.git Merged r8166 from trunk. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.3-stable@8174 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/unit/helpers/application_helper_test.rb b/test/unit/helpers/application_helper_test.rb index 701bfeed7..031d514df 100644 --- a/test/unit/helpers/application_helper_test.rb +++ b/test/unit/helpers/application_helper_test.rb @@ -765,7 +765,7 @@ RAW '' @project = Project.find(1) - assert textilizable(raw).gsub("\n", "").include?(expected), textilizable(raw) + assert textilizable(raw).gsub("\n", "").include?(expected) end def test_table_of_content_should_contain_included_page_headings