mirror of
https://github.com/redmine/redmine.git
synced 2025-11-02 03:15:57 +01:00
The news list now shows the full news contents.
News add/edit forms are now accessible with no additional request. git-svn-id: http://redmine.rubyforge.org/svn/trunk@750 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -88,7 +88,7 @@ class ProjectsControllerTest < Test::Unit::TestCase
|
||||
get :list_news, :id => 1
|
||||
assert_response :success
|
||||
assert_template 'list_news'
|
||||
assert_not_nil assigns(:news)
|
||||
assert_not_nil assigns(:newss)
|
||||
end
|
||||
|
||||
def test_list_files
|
||||
|
||||
Reference in New Issue
Block a user