diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-07-06 12:43:51 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-07-06 12:43:51 +0000 |
commit | 8c6c3eab5cab4ba3e849fce5dba87eb0edb25285 (patch) | |
tree | 6011c10d57a2c0a47f5d8e66058106e93ab15f74 /test | |
parent | bc9a8494d2e67493e3ec701384fe5377207e8bcd (diff) | |
download | redmine-8c6c3eab5cab4ba3e849fce5dba87eb0edb25285.tar.gz redmine-8c6c3eab5cab4ba3e849fce5dba87eb0edb25285.zip |
Fixes "source:" links URLs (r1617).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1640 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r-- | test/unit/helpers/application_helper_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/helpers/application_helper_test.rb b/test/unit/helpers/application_helper_test.rb index 45eb2df90..d4f9e0247 100644 --- a/test/unit/helpers/application_helper_test.rb +++ b/test/unit/helpers/application_helper_test.rb @@ -81,7 +81,7 @@ class ApplicationHelperTest < HelperTestCase version_link = link_to('1.0', {:controller => 'versions', :action => 'show', :id => 2}, :class => 'version') - source_url = {:controller => 'repositories', :action => 'entry', :id => 'ecookbook', :path => 'some/file'} + source_url = {:controller => 'repositories', :action => 'entry', :id => 'ecookbook', :path => ['some', 'file']} to_test = { # tickets |