On Tuesday, November 18, 2003, at 12:04 AM, [EMAIL PROTECTED] wrote:
thank�s for your quick reply and the hint (i�m never used junit before ...) . I had a look at this file, it say�s:Yes.
Display Name is null
junit.framework.AssertionFailedError: Display Name is null
at org.apache.jetspeed.tools.pamanager.TestPortletDescriptor.validateHello Portlet(TestPortletDescriptor.java:186)
at org.apache.jetspeed.tools.pamanager.TestPortletDescriptor.testLoadPortl etApplicationTree(TestPortletDescriptor.java:160)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja va:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso rImpl.java:25)
any idea?
Judging from your email address, your default locale must be German.
We don't have an entry for German in the test data, thus when we go to get the display name with the default locale, we get null.
The test was written with only the English locale in mind.
I'll fix the unit test to not use the default locale, and specify English, otherwise this is going to keep popping up
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
