diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-11-16 21:28:03 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-11-16 21:28:03 +0000 |
commit | 043c2c92da7d922f43f77ad9d88b738781846df5 (patch) | |
tree | f7c81fc3838cd4abc6c21002aa63f380b9a09293 /test/functional | |
parent | ecda1c7a4f30354db74e73eade71550074f67356 (diff) | |
download | redmine-043c2c92da7d922f43f77ad9d88b738781846df5.tar.gz redmine-043c2c92da7d922f43f77ad9d88b738781846df5.zip |
Removed deep nested time entries routes.
git-svn-id: http://svn.redmine.org/redmine/trunk@13609 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional')
-rw-r--r-- | test/functional/timelog_controller_test.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/functional/timelog_controller_test.rb b/test/functional/timelog_controller_test.rb index a0ef98a64..d07f7a946 100644 --- a/test/functional/timelog_controller_test.rb +++ b/test/functional/timelog_controller_test.rb @@ -100,8 +100,7 @@ class TimelogControllerTest < ActionController::TestCase get :edit, :id => 2, :project_id => nil assert_response :success assert_template 'edit' - # Default activity selected - assert_tag :tag => 'form', :attributes => { :action => '/projects/ecookbook/time_entries/2' } + assert_tag :tag => 'form', :attributes => { :action => '/time_entries/2' } end def test_get_edit_with_an_existing_time_entry_with_inactive_activity |