[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [ecf-dev] problems with XMPPContainer and IRemoteServiceContainerAdapter
|
On 10/17/2010 1:23 AM, Markus Alexander Kuppe wrote:
<stuff deleted>
FWIW: The XMPP unit tests are affected by the same bug. The exception
occurs in
org.eclipse.ecf.tests.provider.xmpp.remoteservice.RemoteServiceTest.setUp()
line 87. Changing the initialization order does not help here though.
I've opened bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=327919 and
am actively working on it as we speak. Fixing the underlying bug will
fix the tests also.
Also...just for everyone's info: I realized while looking at this bug
that it's because of an interaction between the xmpp provider's behavior
WRT messaging (i.e. not supporting sending remote service registrations
to 'null'/group), and a regression...behavior that I introduced in
RegistrySharedObject to address a separate issue. Fixing 327919 will
address both problems, so that's what I'm working on.
Unfortunately this does not get detected by the unit tests.
There's no doubt that the unit tests (both xmpp and elsewhere) are not
as extensive as they should/need to be. Contributions are needed to
address this.
Scott