mirror of
https://github.com/redmine/redmine.git
synced 2025-11-07 22:05:56 +01:00
Test failure (#21148).
git-svn-id: http://svn.redmine.org/redmine/trunk@14881 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -30,7 +30,6 @@ class WelcomeControllerTest < ActionController::TestCase
|
|||||||
assert_response :success
|
assert_response :success
|
||||||
assert_template 'index'
|
assert_template 'index'
|
||||||
assert_not_nil assigns(:news)
|
assert_not_nil assigns(:news)
|
||||||
assert !assigns(:projects).include?(Project.where(:is_public => false).first)
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_browser_language
|
def test_browser_language
|
||||||
|
|||||||
Reference in New Issue
Block a user