##// END OF EJS Templates
Fixes test broken by r1578....
Jean-Philippe Lang -
r1567:8474d05e9994
parent child
Show More
@@ -154,7 +154,7 class ProjectsControllerTest < Test::Unit::TestCase
154 154 :content => /#{2.days.ago.to_date.day}/,
155 155 :sibling => { :tag => "dl",
156 156 :child => { :tag => "dt",
157 :attributes => { :class => 'issue-edit' },
157 :attributes => { :class => /issue-edit/ },
158 158 :child => { :tag => "a",
159 159 :content => /(#{IssueStatus.find(2).name})/,
160 160 }
@@ -170,7 +170,7 class ProjectsControllerTest < Test::Unit::TestCase
170 170 :content => /#{3.day.ago.to_date.day}/,
171 171 :sibling => { :tag => "dl",
172 172 :child => { :tag => "dt",
173 :attributes => { :class => 'issue' },
173 :attributes => { :class => /issue/ },
174 174 :child => { :tag => "a",
175 175 :content => /#{Issue.find(1).subject}/,
176 176 }
General Comments 0
You need to be logged in to leave comments. Login now