From: Jean-Philippe Lang Date: Sun, 27 Jul 2008 10:23:07 +0000 (+0000) Subject: Fixes tests (r1693). X-Git-Tag: 0.8.0-RC1~320 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1721376542af256263d605a16c3981eca9e3733a;p=redmine.git Fixes tests (r1693). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1700 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/unit/helpers/application_helper_test.rb b/test/unit/helpers/application_helper_test.rb index 9559b76cc..eea4a83f8 100644 --- a/test/unit/helpers/application_helper_test.rb +++ b/test/unit/helpers/application_helper_test.rb @@ -214,14 +214,14 @@ h1. Another title RAW - expected = '
' + - 'Title' + - 'Subtitle' + - 'Subtitle with red text' + - 'Another title' + - '
' + expected = '' - assert textilizable(raw).include?(expected) + assert textilizable(raw).gsub("\n", "").include?(expected) end def test_blockquote