diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2018-01-31 17:48:01 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2018-01-31 17:48:01 +0000 |
commit | c2604e065d7549e85599f8f0f54541cf2135c3d3 (patch) | |
tree | 613838014a32a7d3d2688938b054dc2d28c08a4b /test | |
parent | 0f4fb452e7e23b4feebe5db81888b11377af208a (diff) | |
download | redmine-c2604e065d7549e85599f8f0f54541cf2135c3d3.tar.gz redmine-c2604e065d7549e85599f8f0f54541cf2135c3d3.zip |
remove trailing white spaces from test/functional/repositories_mercurial_controller_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@17187 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/repositories_mercurial_controller_test.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/functional/repositories_mercurial_controller_test.rb b/test/functional/repositories_mercurial_controller_test.rb index 7b7e98a14..d24b5bcbc 100644 --- a/test/functional/repositories_mercurial_controller_test.rb +++ b/test/functional/repositories_mercurial_controller_test.rb @@ -129,7 +129,7 @@ class RepositoriesMercurialControllerTest < Redmine::RepositoryControllerTest assert_select 'tr', 1 assert_select 'tr.file td.filename a', :text => 'delete.png' end - + assert_select 'table.changesets tbody' do assert_select 'tr' end @@ -154,7 +154,7 @@ class RepositoriesMercurialControllerTest < Redmine::RepositoryControllerTest assert_select 'tr.file td.filename a', :text => 'percent%file1.txt' assert_select 'tr.file td.filename a', :text => 'percentfile1.txt' end - + assert_select 'table.changesets tbody' do assert_select 'tr td.id a', :text => /^13:/ assert_select 'tr td.id a', :text => /^11:/ @@ -184,7 +184,7 @@ class RepositoriesMercurialControllerTest < Redmine::RepositoryControllerTest assert_select 'tr.file td.filename a', :text => "test-#{@char_1}-2.txt" assert_select 'tr.file td.filename a', :text => "test-#{@char_1}.txt" end - + assert_select 'table.changesets tbody' do assert_select 'tr td.id a', :text => /^21:/ assert_select 'tr td.id a', :text => /^20:/ |