2011/11/14 Nicolas LE BAS <[email protected]>

> Hi,
>
> I'm running the selenium tests as described here:
> http://tiles.apache.org/**framework/selenium.html#Deploy<http://tiles.apache.org/framework/selenium.html#Deploy>
>
> There's a minor patch to apply to the pom in order to get a version of
> selenium supported by the central maven repository, but even after that,
> some tests are failing, depending on test order.
>
> With a simple "Run All Tests", the following tests fail:
> - FreeMarker: Configured Definition Wildcard Test
> - FreeMarker: Configured Definition Regular Expression Test
> - Velocity: Configured Definition Wildcard Test
> - Velocity: Configured Definition Regular Expression Test
>
> Can you reproduce it?
>
> After a quick look at the debugger, it seems that the Locale hierachy is
> not taken into account when using a PatternResolver and fail for some
> Locale (I think the tests succeed if they run before LocalizationTest, but
> fail if they run after it).
>
> Is it a known problem? or what am I doing wrong?
>
>
Some time ago I changed the way to run Selenium tests:
mvn verify -Prun-selenium

Try it and see it if works.

Antonio

Reply via email to