|
From: JP P. <jp....@ti...> - 2003-05-17 14:19:43
|
Hi Everybody, OK, the remoting Testsuite is failing later now. But Rod said it has to talk about with J=FCrgen. About the ResourceBundleViewResolver test suite, I said in a former mail that it failed on testDebugViewEnglish on my system. I have now searched why. The java.util.ResourceBundle.getBundle(basename, locale) method is the responsible. It seems that when a requested locale is not found, the server locale has precedence on the not-localized resource. In fact, for the test pass on a French system an "_en" resource must be available, otherwise the "_fr" will be picked up even if the English locale is requested.=20 I have copied the testviews.properties as testviews_en.properties, the simple replacing being causing the fail of testCopyXSLTViewOnNull. =20 Regards ______________________________=A0 Jean-Pierre Pawlak jp....@ti... =A0 |