diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-03-10 15:09:49 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-03-10 15:09:49 +0000 |
commit | c514316a2efcf4e8df4bc2f2681548ebffa30adf (patch) | |
tree | b9b7bc9ccbbbad1cce2701430788f4dfbf872610 /test/fixtures/wiki_contents.yml | |
parent | 8b98ceb92c8fba72315d28c3b7664f481547bf24 (diff) | |
download | redmine-c514316a2efcf4e8df4bc2f2681548ebffa30adf.tar.gz redmine-c514316a2efcf4e8df4bc2f2681548ebffa30adf.zip |
wiki branch merged into trunk
git-svn-id: http://redmine.rubyforge.org/svn/trunk@323 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/wiki_contents.yml')
-rw-r--r-- | test/fixtures/wiki_contents.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/fixtures/wiki_contents.yml b/test/fixtures/wiki_contents.yml new file mode 100644 index 000000000..ce1c8bd74 --- /dev/null +++ b/test/fixtures/wiki_contents.yml @@ -0,0 +1,12 @@ +---
+wiki_contents_001:
+ text: |-
+ h1. CookBook documentation
+
+ Some updated [[documentation]] here with gzipped history
+ updated_on: 2007-03-07 00:10:51 +01:00
+ page_id: 1
+ id: 1
+ version: 3
+ author_id: 1
+ comment: Gzip compression activated
|