[mapguide-internals] Small change to the rendering service test suite

Jackie Ng jumpinjackie at gmail.com
Tue Sep 25 01:26:40 PDT 2012


Hi All,

Just a head's up in case I've broken someone's CI, I've updated the
Rendering Service unit tests so that all tests that render output images
have been parameterized, allowing us to run the full suite of tests against
all supported image formats (PNG, PNG8, GIF, JPG) instead of just PNG. 

Where the tests previously created images in the form:
[filename].[extension], the tests now output images in the form:
[filename]_[imageformat].[extension] 

For example: Annotation1.png now has 4 different versions produced:

 - Annotation1_PNG.png
 - Annotation1_PNG8.png
 - Annotation1_GIF.gif
 - Annotation1_JPG.jpg

Rinse and repeat for every test case that produces images.

- Jackie



--
View this message in context: http://osgeo-org.1560.n6.nabble.com/Small-change-to-the-rendering-service-test-suite-tp5004206.html
Sent from the MapGuide Internals mailing list archive at Nabble.com.


More information about the mapguide-internals mailing list