On Tue, 2011-07-05 at 12:02 +0200, Chris Kühl wrote: > On Tue, Jul 5, 2011 at 9:48 AM, Patrick Ohly <[email protected]> wrote: > > On Tue, 2011-07-05 at 09:40 +0200, Chris Kühl wrote: > >> With these changes, I'm down to only one failure > > > > The one about TestDBusSession.testSecondSession, right? > > Correct.
Fixed, I believe: commit 5bcb6e4827f2ef6a594a67eeab6f337c4eb1fe26 Author: Patrick Ohly <[email protected]> Date: Tue Jul 5 20:59:34 2011 +0800 D-Bus testing: fixed TestSessionAPIsDummy.testCheckSourceInvalidType The test was meant to check the error triggered by setting an invalid backend value. Instead it checked the usability of such a source and thus duplicated the (badly named) testCheckSourceNoType. testCheckSourceInvalidType itself failed to pass when SyncEvolution was compiled with modules, because then the "apple-contacts" backend wasn't installed and SetConfig() failed with an unexpected error. Now the test triggers that error in call cases with "backend = no-such-backend" and checks that the right error is reported. -- Best Regards, Patrick Ohly The content of this message is my personal opinion only and although I am an employee of Intel, the statements I make here in no way represent Intel's position on the issue, nor am I authorized to speak on behalf of Intel on this matter. _______________________________________________ SyncEvolution mailing list [email protected] http://lists.syncevolution.org/listinfo/syncevolution
