|
From: Christian Z. <chr...@re...> - 2007-05-16 12:27:03
|
Thanks Steve, and thanks Toli,
I fixed the problem in LogUtilTest by setting the default locale to US
in the setUp() method:
protected void setUp() throws Exception {
super.setUp();
SystemTime.setTimeSource(new
MockSystemTimeSource(System.currentTimeMillis()));
Locale.setDefault(Locale.US);
}
Now I'm wondering about the MultiAcceptorTest, which seems to be waiting
on something to happen... but what? The junit text file is nearly empty,
it just shows the name of the class. Is there any documentation about
the unit tests? In the meantime I'll do my code changes without running
the unit tests.
I'll be happy to share the changes for configuring a trust store when it
works. I'm trying to add that to the QFJ config file.
Thanks for the prompt reply!
Regards,
Christian
|