Details
Description
Unit tests help to improve code quality and reduce regressions.
They should be run on every commit via Continuous Integration, http://bamboo.igniterealtime.org/browse/XIFF-TRUNK
Unit tests help to improve code quality and reduce regressions.
They should be run on every commit via Continuous Integration, http://bamboo.igniterealtime.org/browse/XIFF-TRUNK
Unit tests can be run by hand, via ant command: ant test.
Unfortunately something is missing from the CI agent that would enable running this on every commit.