diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-01-15 18:12:12 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-01-15 18:12:12 +0000 |
commit | 702b521b453ac5abfe9ae6336ff129cbd83f1eca (patch) | |
tree | 55ad3c5a7973067a76cac39a8bd1acef0965a03b /test/fixtures/wiki_pages.yml | |
parent | 4e1e5985a1a6763d5413ccd0524213d8cd3dc4a7 (diff) | |
download | redmine-702b521b453ac5abfe9ae6336ff129cbd83f1eca.tar.gz redmine-702b521b453ac5abfe9ae6336ff129cbd83f1eca.zip |
Redmine links can be used to link to documents, versions and attachments.
For now, attachments of the current object can be referenced only (if you're on an issue, it's possible reference attachments of this issue only).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1064 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/wiki_pages.yml')
-rw-r--r-- | test/fixtures/wiki_pages.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/fixtures/wiki_pages.yml b/test/fixtures/wiki_pages.yml index ca9d6f5dc..ee260291d 100644 --- a/test/fixtures/wiki_pages.yml +++ b/test/fixtures/wiki_pages.yml @@ -9,4 +9,9 @@ wiki_pages_002: title: Another_page
id: 2
wiki_id: 1
+wiki_pages_003:
+ created_on: 2007-03-08 00:18:07 +01:00
+ title: Start_page
+ id: 3
+ wiki_id: 2
\ No newline at end of file |