mirror of
https://github.com/redmine/redmine.git
synced 2026-03-24 05:10:44 +01:00
Merged r12971 (#16255).
git-svn-id: http://svn.redmine.org/redmine/branches/2.5-stable@12979 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -161,6 +161,11 @@ class WikiControllerTest < ActionController::TestCase
|
||||
assert_template 'edit'
|
||||
end
|
||||
|
||||
def test_show_specific_version_of_an_unexistent_page_without_edit_right
|
||||
get :show, :project_id => 1, :id => 'Unexistent page', :version => 1
|
||||
assert_response 404
|
||||
end
|
||||
|
||||
def test_show_unexistent_page_with_parent_should_preselect_parent
|
||||
@request.session[:user_id] = 2
|
||||
get :show, :project_id => 1, :id => 'Unexistent page', :parent => 'Another_page'
|
||||
|
||||
Reference in New Issue
Block a user