From fa237901b0952022c42c07c53db73586defa2841 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 7 Oct 2012 13:47:22 +0000 Subject: Adjusts test for r10569. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10570 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/functional/issues_controller_test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/functional/issues_controller_test.rb b/test/functional/issues_controller_test.rb index 7672a3e75..82160f5f9 100644 --- a/test/functional/issues_controller_test.rb +++ b/test/functional/issues_controller_test.rb @@ -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 -- cgit v1.2.3