diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-09-16 15:24:35 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-09-16 15:24:35 +0000 |
commit | 747e4ecd3a981e5d48d3028f5cd870b130eb65b4 (patch) | |
tree | 8f8bdf941521d4647db1ebcb0e9c450427ecbd63 /test/fixtures | |
parent | ca4f2c59b6479ad088aa87e6173bcdd5c7c66629 (diff) | |
download | redmine-747e4ecd3a981e5d48d3028f5cd870b130eb65b4.tar.gz redmine-747e4ecd3a981e5d48d3028f5cd870b130eb65b4.zip |
Adds a "depth" option to the child_pages macro (#10789).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10401 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/wiki_pages.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/fixtures/wiki_pages.yml b/test/fixtures/wiki_pages.yml index 8a00e4af4..51fd8d633 100644 --- a/test/fixtures/wiki_pages.yml +++ b/test/fixtures/wiki_pages.yml @@ -76,3 +76,10 @@ wiki_pages_011: wiki_id: 1 protected: false parent_id: +wiki_pages_012: + created_on: 2007-03-08 00:18:07 +01:00 + title: Child_1_1 + id: 12 + wiki_id: 1 + protected: false + parent_id: 5 |