Project

General

Profile

Patch #26522 » repository_routing_test.patch

illustrates failure of route for certain path - Jens Krämer, 2017-07-25 11:42

View differences:

test/integration/routing/repositories_test.rb
20 20
class RoutingRepositoriesTest < Redmine::RoutingTest
21 21

  
22 22
  def setup
23
    @paths = ['path/to/file.c', 'path/to/index.html']
23
    @paths = ['path/to/file.c', 'path/to/index.html', 'raw/file.c']
24 24
  end
25 25

  
26 26
  def test_repositories_resources
(1-1/2)