##// END OF EJS Templates
Adjusts tests for the css class added in r10720 (#12216)....
Jean-Philippe Lang -
r10509:166cbfdb3c68
parent child
Show More
@@ -230,9 +230,9 RAW
230
230
231 def test_redmine_links
231 def test_redmine_links
232 issue_link = link_to('#3', {:controller => 'issues', :action => 'show', :id => 3},
232 issue_link = link_to('#3', {:controller => 'issues', :action => 'show', :id => 3},
233 :class => 'issue status-1 priority-4 overdue', :title => 'Error 281 when updating a recipe (New)')
233 :class => 'issue status-1 priority-4 priority-lowest overdue', :title => 'Error 281 when updating a recipe (New)')
234 note_link = link_to('#3', {:controller => 'issues', :action => 'show', :id => 3, :anchor => 'note-14'},
234 note_link = link_to('#3', {:controller => 'issues', :action => 'show', :id => 3, :anchor => 'note-14'},
235 :class => 'issue status-1 priority-4 overdue', :title => 'Error 281 when updating a recipe (New)')
235 :class => 'issue status-1 priority-4 priority-lowest overdue', :title => 'Error 281 when updating a recipe (New)')
236
236
237 changeset_link = link_to('r1', {:controller => 'repositories', :action => 'revision', :id => 'ecookbook', :rev => 1},
237 changeset_link = link_to('r1', {:controller => 'repositories', :action => 'revision', :id => 'ecookbook', :rev => 1},
238 :class => 'changeset', :title => 'My very first commit')
238 :class => 'changeset', :title => 'My very first commit')
@@ -701,7 +701,7 RAW
701
701
702 expected = <<-EXPECTED
702 expected = <<-EXPECTED
703 <p><a href="/projects/ecookbook/wiki/CookBook_documentation" class="wiki-page">CookBook documentation</a></p>
703 <p><a href="/projects/ecookbook/wiki/CookBook_documentation" class="wiki-page">CookBook documentation</a></p>
704 <p><a href="/issues/1" class="issue status-1 priority-4" title="Can&#x27;t print recipes (New)">#1</a></p>
704 <p><a href="/issues/1" class="issue status-1 priority-4 priority-lowest" title="Can&#x27;t print recipes (New)">#1</a></p>
705 <pre>
705 <pre>
706 [[CookBook documentation]]
706 [[CookBook documentation]]
707
707
General Comments 0
You need to be logged in to leave comments. Login now