Adjusts test for r10569.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10570 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
6f13f2b842
commit
fa237901b0
|
@ -283,11 +283,11 @@ class IssuesControllerTest < ActionController::TestCase
|
|||
assert_select 'tr.group', 3
|
||||
assert_select 'tr.group' do
|
||||
assert_select 'a', :text => 'John Smith'
|
||||
assert_select 'span.count', :text => '(1)'
|
||||
assert_select 'span.count', :text => '1'
|
||||
end
|
||||
assert_select 'tr.group' do
|
||||
assert_select 'a', :text => 'Dave Lopper'
|
||||
assert_select 'span.count', :text => '(2)'
|
||||
assert_select 'span.count', :text => '2'
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue