diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-12-15 11:57:06 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-12-15 11:57:06 +0000 |
commit | 361c50c1f410ce575631bfb59cfdcdf5353d331b (patch) | |
tree | 3eaa736a4c1773f693d6b7139ad3a436520b47ac /test/fixtures/wiki_contents.yml | |
parent | 27d6334afaceb95a4fdad4a3691cf22429a8e64e (diff) | |
download | redmine-361c50c1f410ce575631bfb59cfdcdf5353d331b.tar.gz redmine-361c50c1f410ce575631bfb59cfdcdf5353d331b.zip |
Added some functional tests (wiki).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@999 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 index 1f4ffc36d..a230b9c08 100644 --- a/test/fixtures/wiki_contents.yml +++ b/test/fixtures/wiki_contents.yml @@ -10,3 +10,15 @@ wiki_contents_001: version: 3
author_id: 1
comments: Gzip compression activated
+wiki_contents_002:
+ text: |-
+ h1. Another page
+
+ This is a link to a ticket: #2
+ updated_on: 2007-03-08 00:18:07 +01:00
+ page_id: 2
+ id: 2
+ version: 1
+ author_id: 1
+ comments:
+
\ No newline at end of file |