mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-31 11:37:14 +00:00
git-svn-id: https://svn.redmine.org/redmine/trunk@22555 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
c17b42509b
commit
5ec6d763a8
Binary file not shown.
@ -27,7 +27,7 @@ class RepositoriesSubversionControllerTest < Redmine::RepositoryControllerTest
|
||||
:issue_categories, :enumerations, :custom_fields, :custom_values, :trackers
|
||||
|
||||
PRJ_ID = 3
|
||||
NUM_REV = 14
|
||||
NUM_REV = 16
|
||||
|
||||
def setup
|
||||
super
|
||||
@ -121,13 +121,14 @@ class RepositoriesSubversionControllerTest < Redmine::RepositoryControllerTest
|
||||
assert_response :success
|
||||
|
||||
assert_select 'table.entries tbody' do
|
||||
assert_select 'tr', 6
|
||||
assert_select 'tr', 7
|
||||
assert_select 'tr.dir td.filename a', :text => '[folder_with_brackets]'
|
||||
assert_select 'tr.dir td.filename a', :text => 'folder'
|
||||
assert_select 'tr.file td.filename a', :text => '+.md'
|
||||
assert_select 'tr.file td.filename a', :text => '.project'
|
||||
assert_select 'tr.file td.filename a', :text => 'helloworld.c'
|
||||
assert_select 'tr.file td.filename a', :text => 'textfile.txt'
|
||||
assert_select 'tr.file td.filename a', :text => 'foo.js'
|
||||
end
|
||||
|
||||
assert_select 'a.text-x-c', :text => 'helloworld.c'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user