[vysper] unit tests fixed

2009-04-24 Thread Bernd Fondermann
Please retry to run the unit tests. The stanzas are now fetched from the direct-to-session queue, not from the relaying queue. Bernd

Re: [vysper] unit tests fixed

2009-04-24 Thread Ashish
> > The stanzas are now fetched from the direct-to-session queue, not from > the relaying queue. Bernd: Can you publish list of RFC's/XEP's in order to be read for XMPP? It shall help in ramping up for the protocol -- thanks ashish Blog: http://www.ashishpaliwal.com/blog My Photo Galleries: ht

Re: [vysper] unit tests fixed

2009-04-24 Thread Bernd Fondermann
Bernd Fondermann wrote: > Ashish wrote: >>> The stanzas are now fetched from the direct-to-session queue, not from >>> the relaying queue. >> >> Bernd: Can you publish list of RFC's/XEP's in order to be read for XMPP? >> It shall help in ramping up for the protocol Sorry, hit send too early... I

Re: [vysper] unit tests fixed

2009-04-24 Thread Bernd Fondermann
Ashish wrote: >> The stanzas are now fetched from the direct-to-session queue, not from >> the relaying queue. > > > Bernd: Can you publish list of RFC's/XEP's in order to be read for XMPP? > It shall help in ramping up for the protocol >

Re: [vysper] unit tests fixed

2009-04-24 Thread Michael Jakl
Hi! On Fri, Apr 24, 2009 at 13:29, Bernd Fondermann wrote: > The stanzas are now fetched from the direct-to-session queue, not from > the relaying queue. Unit tests run through. Although I don't like the write(null) hack, why not introduce a new method and call it reset()? The comments also didn

Re: [vysper] unit tests fixed

2009-04-24 Thread Michael Jakl
Hi! On Fri, Apr 24, 2009 at 13:29, Bernd Fondermann wrote: > Please retry to run the unit tests. The new statistics for the code coverage (or test coverage): Exactly 70% of the server code gets executed when running all tests (and 83.2% of the test-code is run). Quite impressive :) Michael

Re: [vysper] unit tests fixed

2009-04-24 Thread Bernd Fondermann
On Fri, Apr 24, 2009 at 15:15, Michael Jakl wrote: > Hi! > > On Fri, Apr 24, 2009 at 13:29, Bernd Fondermann wrote: >> Please retry to run the unit tests. > > The new statistics for the code coverage (or test coverage): > > Exactly 70% of the server code gets executed when running all tests > (an

Re: [vysper] unit tests fixed

2009-04-24 Thread Michael Jakl
Hi! On Fri, Apr 24, 2009 at 16:25, Bernd Fondermann wrote: > On Fri, Apr 24, 2009 at 15:15, Michael Jakl wrote: >> Exactly 70% of the server code gets executed when running all tests >> (and 83.2% of the test-code is run). >> >> Quite impressive :) > > You think so? I always felt that a lot of t

Re: [vysper] unit tests fixed

2009-04-24 Thread Bernd Fondermann
Michael Jakl wrote: > Hi! > > On Fri, Apr 24, 2009 at 16:25, Bernd Fondermann > wrote: >> On Fri, Apr 24, 2009 at 15:15, Michael Jakl wrote: >>> Exactly 70% of the server code gets executed when running all tests >>> (and 83.2% of the test-code is run). >>> >>> Quite impressive :) >> You think s

Re: [vysper] unit tests fixed

2009-04-24 Thread Bernd Fondermann
Michael Jakl wrote: > Hi! > > On Fri, Apr 24, 2009 at 13:29, Bernd Fondermann wrote: >> The stanzas are now fetched from the direct-to-session queue, not from >> the relaying queue. > > Unit tests run through. Although I don't like the write(null) hack, > why not introduce a new method and call