##// END OF EJS Templates
fix unit search test failure (#13405)...
Toshi MARUYAMA -
r11444:919d4589b9e1
parent child
Show More
@@ -5,7 +5,7 changesets_001:
5 5 revision: 1
6 6 scmid: 691322a8eb01e11fd7
7 7 id: 100
8 comments: 'do not escaping #<>&'
8 comments: 'My very first commit do not escaping #<>&'
9 9 repository_id: 10
10 10 committer: dlopper
11 11 user_id: 3
@@ -265,12 +265,13 RAW
265 265 :class => Issue.find(3).css_classes, :title => 'Error 281 when updating a recipe (New)')
266 266
267 267 revision_link = link_to('r1', {:controller => 'repositories', :action => 'revision', :id => 'ecookbook', :rev => 1},
268 :class => 'changeset', :title => 'do not escaping #<>&')
268 :class => 'changeset', :title => 'My very first commit do not escaping #<>&')
269 269 revision_link2 = link_to('r2', {:controller => 'repositories', :action => 'revision', :id => 'ecookbook', :rev => 2},
270 270 :class => 'changeset', :title => 'This commit fixes #1, #2 and references #1 & #3')
271 271
272 changeset_link2 = link_to('691322a8eb01e11fd7', {:controller => 'repositories', :action => 'revision', :id => 'ecookbook', :rev => 1},
273 :class => 'changeset', :title => 'do not escaping #<>&')
272 changeset_link2 = link_to('691322a8eb01e11fd7',
273 {:controller => 'repositories', :action => 'revision', :id => 'ecookbook', :rev => 1},
274 :class => 'changeset', :title => 'My very first commit do not escaping #<>&')
274 275
275 276 document_link = link_to('Test document', {:controller => 'documents', :action => 'show', :id => 1},
276 277 :class => 'document')
General Comments 0
You need to be logged in to leave comments. Login now