diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-03-17 20:48:22 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-03-17 20:48:22 +0000 |
commit | 1c4bcc5b558e6dd89456edf80811c9e701168845 (patch) | |
tree | 3319382c5d9757e5c02e1734be0767ccf3af5515 /test/fixtures | |
parent | 8cb5acf4537141292dd785f66b48acd6dba3b4de (diff) | |
download | redmine-1c4bcc5b558e6dd89456edf80811c9e701168845.tar.gz redmine-1c4bcc5b558e6dd89456edf80811c9e701168845.zip |
Add NewsController and TimelogController tests.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1270 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/comments.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/fixtures/comments.yml b/test/fixtures/comments.yml index b60a68b84..538f67ed3 100644 --- a/test/fixtures/comments.yml +++ b/test/fixtures/comments.yml @@ -7,4 +7,12 @@ comments_001: comments: my first comment created_on: 2006-12-10 18:10:10 +01:00 updated_on: 2006-12-10 18:10:10 +01:00 +comments_002: + commented_type: News + commented_id: 1 + id: 2 + author_id: 2 + comments: This is an other comment + created_on: 2006-12-10 18:12:10 +01:00 + updated_on: 2006-12-10 18:12:10 +01:00
\ No newline at end of file |