summaryrefslogtreecommitdiffstats
path: root/test/fixtures/wiki_contents.yml
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2010-02-11 19:30:53 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2010-02-11 19:30:53 +0000
commit541d830d2a968f36d73add2b1e3693eab09136ed (patch)
tree3b91113bc027ad4303250ac7d19e3ca759dec1fb /test/fixtures/wiki_contents.yml
parentd2baf5f2a7b00d58b6642a3e3f4024b97a8b9127 (diff)
downloadredmine-541d830d2a968f36d73add2b1e3693eab09136ed.tar.gz
redmine-541d830d2a968f36d73add2b1e3693eab09136ed.zip
Fixed: Project copy loses wiki pages hierarchy (#4797).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3412 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/wiki_contents.yml')
-rw-r--r--test/fixtures/wiki_contents.yml24
1 files changed, 24 insertions, 0 deletions
diff --git a/test/fixtures/wiki_contents.yml b/test/fixtures/wiki_contents.yml
index 96aa2ccde..e0bf1991c 100644
--- a/test/fixtures/wiki_contents.yml
+++ b/test/fixtures/wiki_contents.yml
@@ -71,4 +71,28 @@ wiki_contents_006:
version: 1
author_id: 1
comments:
+wiki_contents_007:
+ text: This is a child page
+ updated_on: 2007-03-08 00:18:07 +01:00
+ page_id: 7
+ id: 7
+ version: 1
+ author_id: 1
+ comments:
+wiki_contents_008:
+ text: This is a parent page
+ updated_on: 2007-03-08 00:18:07 +01:00
+ page_id: 8
+ id: 8
+ version: 1
+ author_id: 1
+ comments:
+wiki_contents_009:
+ text: This is a child page
+ updated_on: 2007-03-08 00:18:07 +01:00
+ page_id: 9
+ id: 9
+ version: 1
+ author_id: 1
+ comments:
\ No newline at end of file