* Test for constructImageURL targetting GIFs
*/
public void testConstructImageURLTargetGIF() throws Exception {
// Test requesting GIFs when we support PNG
MarinerRequestContext context = createContext(null, true, true);
doGIFTest("gg1", "gp1", context);
doGIFTest("gg2", "gp2", context);
doGIFTest("gg4", "gp4", context);
doGIFTest("gg8", "gp8", context);
doGIFTest("cg8", "cp8", context);