]> source.dussan.org Git - redmine.git/commitdiff
Updates subversion repository fixture with test data for #39747 (#39747, #36320).
authorMarius Balteanu <marius.balteanu@zitec.com>
Sun, 24 Dec 2023 16:39:17 +0000 (16:39 +0000)
committerMarius Balteanu <marius.balteanu@zitec.com>
Sun, 24 Dec 2023 16:39:17 +0000 (16:39 +0000)
git-svn-id: https://svn.redmine.org/redmine/trunk@22555 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/fixtures/repositories/subversion_repository.dump.gz
test/functional/repositories_subversion_controller_test.rb

index f0a1e1d2a2aa81dcbad03b45a1ec6209a4d525e3..d2ea7c1c49958eb0894c4bc16890400375d14c40 100644 (file)
Binary files a/test/fixtures/repositories/subversion_repository.dump.gz and b/test/fixtures/repositories/subversion_repository.dump.gz differ
index 62b52a3b10be5bcb65034b49b956dc2fe90cc6b9..3572607168f8aed47cde5261ef17df12c67ad573 100644 (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'