diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2010-12-12 17:00:52 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2010-12-12 17:00:52 +0000 |
commit | ac60fc9c1c587ba1f600c7d17723d2b88f2b6bed (patch) | |
tree | cb6b99fd80e8e2107dd6dcf140bec7e354af8c70 /test/fixtures/news.yml | |
parent | aaee26ae229f1f6cc863094aa58f32c434c98c58 (diff) | |
download | redmine-ac60fc9c1c587ba1f600c7d17723d2b88f2b6bed.tar.gz redmine-ac60fc9c1c587ba1f600c7d17723d2b88f2b6bed.zip |
Refactor and add tests for News #index API (#7072).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4505 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/news.yml')
-rw-r--r-- | test/fixtures/news.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/fixtures/news.yml b/test/fixtures/news.yml index 1819095ce..9876065e1 100644 --- a/test/fixtures/news.yml +++ b/test/fixtures/news.yml @@ -20,3 +20,12 @@ news_002: summary: eCookbook 1.0 have downloaded 100,000 times author_id: 2 comments_count: 0 +news_003: + created_on: 2006-07-19 22:42:58 +02:00 + project_id: 2 + title: News on a private project + id: 3 + description: This is a private news + summary: + author_id: 2 + comments_count: 0 |