diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2010-11-27 12:42:11 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2010-11-27 12:42:11 +0000 |
commit | 4faca3cd4a7d8c7d39c7e73784ccaae076471e7b (patch) | |
tree | d682b1e474558752b7a32be1438826390ab0070b /test/fixtures | |
parent | 97140f6a7828ff3f2eed25de1553a92ee67f4c24 (diff) | |
download | redmine-4faca3cd4a7d8c7d39c7e73784ccaae076471e7b.tar.gz redmine-4faca3cd4a7d8c7d39c7e73784ccaae076471e7b.zip |
Fixed: messages attachments/watchers are not deleted when deleting a project or forum (#6966).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4431 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/attachments.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/fixtures/attachments.yml b/test/fixtures/attachments.yml index 002bb0913..487ce5aa9 100644 --- a/test/fixtures/attachments.yml +++ b/test/fixtures/attachments.yml @@ -145,3 +145,15 @@ attachments_012: filename: version_file.zip author_id: 2 content_type: application/octet-stream +attachments_013: + created_on: 2006-07-19 21:07:27 +02:00 + container_type: Message + container_id: 1 + downloads: 0 + disk_filename: 060719210727_foo.zip + digest: b91e08d0cf966d5c6ff411bd8c4cc3a2 + id: 13 + filesize: 452 + filename: foo.zip + author_id: 2 + content_type: application/octet-stream |