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:
Jean-Philippe Lang 2012-10-07 13:47:22 +00:00
parent 6f13f2b842
commit fa237901b0
1 changed files with 2 additions and 2 deletions

View File

@ -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