From 8ed4620bb9e7b30cadea15aa6a4b499a5f165ea1 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Thu, 26 Jul 2012 23:45:17 +0000 Subject: fix confirmation page has broken HTML when a project folding sub project is deleted (#11511) Contributed by Haruka Yoshihara. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10083 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/functional/projects_controller_test.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test') diff --git a/test/functional/projects_controller_test.rb b/test/functional/projects_controller_test.rb index 5fbb7e20e..a73bd079a 100644 --- a/test/functional/projects_controller_test.rb +++ b/test/functional/projects_controller_test.rb @@ -444,6 +444,10 @@ class ProjectsControllerTest < ActionController::TestCase assert_response :success assert_template 'destroy' assert_not_nil Project.find_by_id(1) + assert_tag :tag => 'strong', + :content => ['Private child of eCookbook', + 'Child of private child, eCookbook Subproject 1', + 'eCookbook Subproject 2'].join(', ') end def test_destroy -- cgit v1.2.3