On Oct 12 2011 Eugene Agafonov introduced unit testing to jabberd. This is something we can reliably build on and it is already detecting problems with our core. :-) Thanks Eugene.
In https://github.com/Jabberd2/jabberd2/commit/c3fd5d84889 I replaced cppunit with check. a) jabberd does not use C++ at all, so there is no need to include this dependency just for unit testing b) Check is what I'm familiar with :-) c) It integrates well with Autotools - just "make check" with the current master and see how cool it is for yourself -- Tomasz Sterna Instant Messaging Consultant : Open Source Developer http://tomasz.sterna.tv/ http://www.xiaoka.com/portfolio
