diff options
author | Go MAEDA <maeda@farend.jp> | 2018-06-30 00:24:59 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2018-06-30 00:24:59 +0000 |
commit | 08553d75a8bbecff45cacad7a51dbf617ac06d7a (patch) | |
tree | ee154cc04816f95553128ce2eed96f1b7ef639de /test/functional/queries_controller_test.rb | |
parent | 46671966c92bc1070fbc7986032fe160389899a2 (diff) | |
download | redmine-08553d75a8bbecff45cacad7a51dbf617ac06d7a.tar.gz redmine-08553d75a8bbecff45cacad7a51dbf617ac06d7a.zip |
Changed test name (#26091).
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@17425 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/queries_controller_test.rb')
-rw-r--r-- | test/functional/queries_controller_test.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/functional/queries_controller_test.rb b/test/functional/queries_controller_test.rb index 95874346c..580fa0d7a 100644 --- a/test/functional/queries_controller_test.rb +++ b/test/functional/queries_controller_test.rb @@ -605,7 +605,7 @@ class QueriesControllerTest < Redmine::ControllerTest assert_include ["eCookbook - 2.0", "3", "open"], json end - def test_filter_without_project_id_should_return_all_visible_fixed_versions + def test_version_filter_without_project_id_should_return_all_visible_fixed_versions # Remove "jsmith" user from "Private child of eCookbook" project Project.find(5).memberships.find_by(:user_id => 2).destroy @@ -625,7 +625,6 @@ class QueriesControllerTest < Redmine::ControllerTest assert_include ["OnlineStore - Systemwide visible version", "7", "open"], json # response doesn't include non visible version refute_includes ["Private child of eCookbook - Private Version of public subproject", "6", "open"], json - end def test_subproject_filter_time_entries_with_project_id_should_return_filter_values |