1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-31 11:37:14 +00:00

Updates subversion repository fixture with test data for #39747 (#39747, #36320).

git-svn-id: https://svn.redmine.org/redmine/trunk@22555 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu 2023-12-24 16:39:17 +00:00
parent c17b42509b
commit 5ec6d763a8
2 changed files with 3 additions and 2 deletions

View File

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