Merged r8166 from trunk.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.3-stable@8174 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2011-12-10 14:41:48 +00:00
parent c8a6b01e9f
commit a0c34ab916
1 changed files with 1 additions and 1 deletions

View File

@ -765,7 +765,7 @@ RAW
'</ul>'
@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