diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-09-22 17:52:43 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-09-22 17:52:43 +0000 |
commit | 2b779644682bfb2c47e1bf1e30e65a4384e2bf26 (patch) | |
tree | 3a39caf9eb11814c6d6b6965eeb31b89049d65aa /test | |
parent | fe7c0d648444bcd4d7e5803f480b1ede62e14553 (diff) | |
download | redmine-2b779644682bfb2c47e1bf1e30e65a4384e2bf26.tar.gz redmine-2b779644682bfb2c47e1bf1e30e65a4384e2bf26.zip |
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
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/projects_controller_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/projects_controller_test.rb b/test/functional/projects_controller_test.rb index 5990cd0e1..b065d82b7 100644 --- a/test/functional/projects_controller_test.rb +++ b/test/functional/projects_controller_test.rb @@ -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
|