Opened 12 years ago
Closed 12 years ago
#2128 closed task (fixed)
Refactor Rendering Service tests to cover all supported image formats.
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | General | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
The current Rendering Service tests are hard-coded for PNG output.
Ideally, we want to be able to see the results for formats other than PNG (ie. PNG8, JPG, GIF, etc).
Such tests where PNG output is hard-coded should be refactored out into a re-usable base class of tests, where we can plug in the desired format.
Note:
See TracTickets
for help on using tickets.
Fixed trunk (r7043) and 2.4 (r7042)