doGIFTest("cg8", "gw1", context);
// Test requesting GIFs when we support neither PNG nor WBMP.
context = createContext(null, false, false);
try {
AssetTranscoderContext ctx =
new AssetTranscoderContext(
"http://server/", "gg1", 1024, 32767, context);
transcoder.constructImageURL(ctx);
fail("Should have received a TranscodingException");
} catch (TranscodingException e) {
// Expected situation