summaryrefslogtreecommitdiff
path: root/test/files/pos/macro-attachments
Commit message (Collapse)AuthorAgeFilesLines
* relaxes attachment-matching rulesEugene Burmako2014-07-102-0/+22
It came as a surprise recently, but attachments.contains/get/update/remove require the class of the payload to match the provided tag exactly, not taking subclassing into account. This commit fixes the oversight.