Closed (fixed)
Project:
D7 Media
Version:
7.x-2.x-dev
Component:
Tests
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
3 Nov 2013 at 23:14 UTC
Updated:
18 Nov 2013 at 03:10 UTC
Jump to comment: Most recent
Testing locally, I'm getting false negatives in the new macro tests. The test 'Image displays with default attributes.' is coming back false. The issue appears to be that the test is looking for 'height="100" width="100"' but my verbose log is showing those attributes in the reverse order 'width="100" height="100"'.
I propose we simply break this one test into two, one to check the height and the other to check the width.
| Comment | File | Size | Author |
|---|---|---|---|
| media-macro-tests-false-negative.patch | 660 bytes | kaidjohnson |
Comments
Comment #1
ParisLiakos commentedyeap
Comment #2
ParisLiakos commentedcommitted and pushed thanks!