##// 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 :content => /#{2.days.ago.to_date.day}/,
154 :content => /#{2.days.ago.to_date.day}/,
155 :sibling => { :tag => "dl",
155 :sibling => { :tag => "dl",
156 :child => { :tag => "dt",
156 :child => { :tag => "dt",
157 :attributes => { :class => 'issue-edit' },
157 :attributes => { :class => /issue-edit/ },
158 :child => { :tag => "a",
158 :child => { :tag => "a",
159 :content => /(#{IssueStatus.find(2).name})/,
159 :content => /(#{IssueStatus.find(2).name})/,
160 }
160 }
@@ -170,7 +170,7 class ProjectsControllerTest < Test::Unit::TestCase
170 :content => /#{3.day.ago.to_date.day}/,
170 :content => /#{3.day.ago.to_date.day}/,
171 :sibling => { :tag => "dl",
171 :sibling => { :tag => "dl",
172 :child => { :tag => "dt",
172 :child => { :tag => "dt",
173 :attributes => { :class => 'issue' },
173 :attributes => { :class => /issue/ },
174 :child => { :tag => "a",
174 :child => { :tag => "a",
175 :content => /#{Issue.find(1).subject}/,
175 :content => /#{Issue.find(1).subject}/,
176 }
176 }
General Comments 0
You need to be logged in to leave comments. Login now