From 8593e347226515bb563c5e338c6de8d0c218a688 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 16 Sep 2012 15:31:59 +0000 Subject: [PATCH] Adds missing WikiContent fixture. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10403 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/fixtures/wiki_contents.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/test/fixtures/wiki_contents.yml b/test/fixtures/wiki_contents.yml index d65f523ff..9961eb4ad 100644 --- a/test/fixtures/wiki_contents.yml +++ b/test/fixtures/wiki_contents.yml @@ -126,4 +126,11 @@ wiki_contents_011: version: 3 author_id: 1 comments: - +wiki_contents_012: + text: This is a grandchild page + updated_on: 2007-03-08 00:18:07 +01:00 + page_id: 12 + id: 12 + version: 1 + author_id: 1 + comments: -- 2.39.5