diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-05-30 06:57:20 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-05-30 06:57:20 +0000 |
commit | dcb9d8c4a79bf348bdfbf8554136d16bf129e131 (patch) | |
tree | cda611c381dac09448219230bbefc26ba618470a | |
parent | e0738ac6e9b94b247a17375432031c98311a5bb9 (diff) | |
download | redmine-dcb9d8c4a79bf348bdfbf8554136d16bf129e131.tar.gz redmine-dcb9d8c4a79bf348bdfbf8554136d16bf129e131.zip |
add *.yaml and *.txt to RoutingRepositoriesTest (#31141, #30850)
git-svn-id: http://svn.redmine.org/redmine/trunk@18207 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | test/integration/routing/repositories_test.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/integration/routing/repositories_test.rb b/test/integration/routing/repositories_test.rb index 59f34c825..fe5124ac7 100644 --- a/test/integration/routing/repositories_test.rb +++ b/test/integration/routing/repositories_test.rb @@ -22,7 +22,9 @@ require File.expand_path('../../../test_helper', __FILE__) class RoutingRepositoriesTest < Redmine::RoutingTest def setup - @paths = ['path/to/file.c', 'path/to/index.html', 'raw/file.c'] + @paths = ['path/to/index.html', + 'path/to/file.c', 'path/to/file.yaml', 'path/to/file.txt', + 'raw/file.c'] end def test_repositories_resources |