Actions
Defect #17437
closedMissing attachments in fixtures
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Wont fix
Affected version:
Description
According to test/fixtures/attachments.yml, there should be a bunch of attachments in
test/fixtures/files/2006/07 folder:
060719210727_error281.txt
060719210727_picture.jpg
060719210727_document.txt
060719210727_logo.gif
060719210727_source.rb
060719210727_changeset_iso8859-1.diff
060719210727_archive.zip
...
But the target folder contains only four of them:
$ ls test/fixtures/files/2006/07/
060719210727_archive.zip
060719210727_changeset_iso8859-1.diff
060719210727_changeset_utf8.diff
060719210727_source.rb
Is it intentional or is a bug to be fixed? This breaks our plugin tests.
Updated by Jean-Philippe Lang over 10 years ago
- Status changed from New to Closed
- Resolution set to Wont fix
These fixture files aren't needed in tests and won't be added, you should handle that in your tests.
Actions