mirror of
https://github.com/redmine/redmine.git
synced 2025-11-01 19:05:51 +01:00
remove spaces inside {} of ApplicationHelperTest#test_render_page_hierarchy_with_timestamp
git-svn-id: http://svn.redmine.org/redmine/trunk@19906 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -1537,7 +1537,7 @@ class ApplicationHelperTest < Redmine::HelperTest
|
||||
def test_render_page_hierarchy_with_timestamp
|
||||
parent_page = WikiPage.find(1)
|
||||
child_page = WikiPage.find_by(parent_id: parent_page.id)
|
||||
pages_by_parent_id = { nil => [parent_page], parent_page.id => [child_page] }
|
||||
pages_by_parent_id = {nil => [parent_page], parent_page.id => [child_page]}
|
||||
result = render_page_hierarchy(pages_by_parent_id, nil, :timestamp => true)
|
||||
assert_select_in(
|
||||
result, 'ul.pages-hierarchy li a[title=?]',
|
||||
|
||||
Reference in New Issue
Block a user