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/wikis.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/wikis.yml')
-rw-r--r-- | test/fixtures/wikis.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/fixtures/wikis.yml b/test/fixtures/wikis.yml index ff7b4a1ae..dd1c55cea 100644 --- a/test/fixtures/wikis.yml +++ b/test/fixtures/wikis.yml @@ -4,3 +4,9 @@ wikis_001: start_page: CookBook documentation
project_id: 1
id: 1
+wikis_002:
+ status: 1
+ start_page: Start page
+ project_id: 2
+ id: 2
+
\ No newline at end of file |