diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-01-10 21:38:11 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-01-10 21:38:11 +0000 |
commit | d0ffc0575a65dda03025d1d4e112ebd06f47ae7e (patch) | |
tree | b66ad02bce0b96ece5a70865a33ad834b2a5215f /test/fixtures | |
parent | a103e0cd26fd1ffc8772a7f3ee27eb626fa2e722 (diff) | |
download | redmine-d0ffc0575a65dda03025d1d4e112ebd06f47ae7e.tar.gz redmine-d0ffc0575a65dda03025d1d4e112ebd06f47ae7e.zip |
Fixed that viewing the history of a wiki page with attachments raises an error (#12801).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11157 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/wiki_content_versions.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/fixtures/wiki_content_versions.yml b/test/fixtures/wiki_content_versions.yml index e7c0d4832..d3a614ac9 100644 --- a/test/fixtures/wiki_content_versions.yml +++ b/test/fixtures/wiki_content_versions.yml @@ -99,4 +99,18 @@ wiki_content_versions_006: version: 3 author_id: 1 comments: +wiki_content_versions_007: + data: |- + h1. Page with an inline image + + This is an inline image: + + !logo.gif! + updated_on: 2007-03-08 00:18:07 +01:00 + page_id: 4 + wiki_content_id: 4 + id: 7 + version: 1 + author_id: 1 + comments: |