The test case compares the output to a static file on disk that was generated in a non-de environment. I would imagine that's why it's failing. ClientSideImageMap is a new class, so it's not changing existing functionality. It merely attaches itself to an existing Image component (via an attribute modifier if I recall correctly), so the Image should work just like it always does (with a usemap attribute added of course).
On Aug 28, 2010 2:50 PM, "Igor Vaynberg" <[email protected]> wrote: > not sure i follow. if the locale changes on the next request the url > will change as well no? > > -igor > > On Sat, Aug 28, 2010 at 11:43 AM, Juergen Donnerstag > <[email protected]> wrote: >> I know, but is that change by purpose? What if the locale changes >> before the next request. With the current implementation the German >> image is retrieved, ignoring a possible locale change. >> >> -Juergen >>
