From 21e18c1eb4ac6a882c57ee3df2225851da23a57f Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang <jp_lang@yahoo.fr> Date: Sun, 20 Sep 2009 14:06:57 +0000 Subject: Adds missing native eol properties. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2895 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/fixtures/news.yml | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'test/fixtures/news.yml') diff --git a/test/fixtures/news.yml b/test/fixtures/news.yml index 2c2e2c134..1819095ce 100644 --- a/test/fixtures/news.yml +++ b/test/fixtures/news.yml @@ -1,22 +1,22 @@ ---- -news_001: - created_on: 2006-07-19 22:40:26 +02:00 - project_id: 1 - title: eCookbook first release ! - id: 1 - description: |- - eCookbook 1.0 has been released. - - Visit http://ecookbook.somenet.foo/ - summary: First version was released... - author_id: 2 - comments_count: 1 -news_002: - created_on: 2006-07-19 22:42:58 +02:00 - project_id: 1 - title: 100,000 downloads for eCookbook - id: 2 - description: eCookbook 1.0 have downloaded 100,000 times - summary: eCookbook 1.0 have downloaded 100,000 times - author_id: 2 - comments_count: 0 +--- +news_001: + created_on: 2006-07-19 22:40:26 +02:00 + project_id: 1 + title: eCookbook first release ! + id: 1 + description: |- + eCookbook 1.0 has been released. + + Visit http://ecookbook.somenet.foo/ + summary: First version was released... + author_id: 2 + comments_count: 1 +news_002: + created_on: 2006-07-19 22:42:58 +02:00 + project_id: 1 + title: 100,000 downloads for eCookbook + id: 2 + description: eCookbook 1.0 have downloaded 100,000 times + summary: eCookbook 1.0 have downloaded 100,000 times + author_id: 2 + comments_count: 0 -- cgit v1.2.3