Hello,
In class hivemind.test.config.TestConfigurationPoint, method testLocalized (projet jakarta-hivemind HEAD):
The "assertEquals("Some Damn Thing", d.getValue());" must be changed to the following in order to work as expected (in French environment at least).
if (Locale.getDefault().equals(Locale.FRENCH) ||
Locale.getDefault().equals(Locale.FRANCE)) {
assertEquals("Une Certaine Fichue Chose", d.getValue());
} else {
assertEquals("Some Damn Thing", d.getValue());
}Please cc me your answers since I'm not (yet) on the list, thanks Mikael.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
