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_pages.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_pages.yml')
-rw-r--r-- | test/fixtures/wiki_pages.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/fixtures/wiki_pages.yml b/test/fixtures/wiki_pages.yml index d488add26..ca9d6f5dc 100644 --- a/test/fixtures/wiki_pages.yml +++ b/test/fixtures/wiki_pages.yml @@ -4,3 +4,9 @@ wiki_pages_001: title: CookBook_documentation
id: 1
wiki_id: 1
+wiki_pages_002:
+ created_on: 2007-03-08 00:18:07 +01:00
+ title: Another_page
+ id: 2
+ wiki_id: 1
+
\ No newline at end of file |