Defect #4961
closed
Added by Alexey Palazhchenko over 14 years ago.
Updated over 14 years ago.
Description
Ironically, r3521 broke functional test for me.
1) Failure:
test_context_menu_multiple_issues_of_same_project(IssuesControllerTest) [/test/functional/issues_controller_test.rb:1173]:
expected tag, but no tag found matching {:attributes=>{:class=>"", :href=>"/issues/bulk_edit?ids%5B%5D=1&ids%5B%5D=2&priority_id=8"}, :tag=>"a", :content=>"Immediate"} in:
<much html code>
2) Failure:
test_context_menu_one_issue(IssuesControllerTest) [/test/functional/issues_controller_test.rb:1128]:
expected tag, but no tag found matching {:attributes=>{:class=>"", :href=>"/issues/bulk_edit?ids%5B%5D=1&priority_id=8"}, :tag=>"a", :content=>"Immediate"} in:
<much html code>
As a side note: do you have automated testing server? If you don't, I may try to assist.
I saw this after it was committed and I just didn't have time to fix it. Nothing is broken, except the test itself.
As a side note: do you have automated testing server? If you don't, I may try to assist.
I use Hudson for that. It runs tests on different targets (trunk with mysql, pgsql, sqlite and 0.9-stable). Thanks anyway.
Jean-Philippe Lang wrote:
I use Hudson for that. It runs tests on different targets (trunk with mysql, pgsql, sqlite and 0.9-stable).
May you integrate your own Simple CI plugin with redmine.org so everyone will see current tests status?
- Status changed from New to Closed
- Resolution set to Fixed
Fixed in r3522.
May you integrate your own Simple CI plugin with redmine.org so everyone will see current tests status?
My Hudson server is not reachable from my web server. So, not for me but maybe in the future.
I had a public CI server setup for Redmine but it's not online any more. I have Redmine registered at RunCodeRun but they are not responding to my support requests to install the missing gems.
Also available in: Atom
PDF