[T5] Localization problem (PageTester) on Linux

2008-11-30 Thread Daniel Kleine-Albers
Hi everyone, I'm experiencing a strange behaviour regarding localization. As usual I've got two localization catalogs in my WEB-INF directory: app.properties app_de.properties I've got some unit tests using the PageTester initialized like this: tester = new PageTester(appPackage, appName,

Re: [T5] Localization problem (PageTester) on Linux

2008-11-30 Thread Daniel Kleine-Albers
Hi guys, solved it myself. I had the appName for the PageTester as App. After changing it to app everything works as expected on both platforms. However I wonder if this is a bug (as Mac OS X is case-sensitive as well) or if this is the expected behaviour? Thanks, Daniel On