mirror of
https://github.com/redmine/redmine.git
synced 2026-03-04 19:41:25 +01:00
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
This commit is contained in:
@@ -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:/
|
||||
|
||||
Reference in New Issue
Block a user