浏览代码

add *.yaml and *.txt to RoutingRepositoriesTest (#31141, #30850)

git-svn-id: http://svn.redmine.org/redmine/trunk@18207 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/4.1.0
Toshi MARUYAMA 5 年前
父节点
当前提交
dcb9d8c4a7
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3
    1
      test/integration/routing/repositories_test.rb

+ 3
- 1
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

正在加载...
取消
保存