Verifies the integrety of the projects, as builds are executed immediately after a code change was detected. This plan provides no artifiacts (use a nightly build instead).

Build: #585 was successful Changes by Florian Schmaus <flo@geekplace.eu>

Build result summary

Details

Completed
Queue duration
3 minutes
Duration
3 minutes
Labels
None
Agent
Default Agent
Revision
a61913596013fa6ad87874aa7ea80cde9aa35ea6
Total tests
680
Successful since
#574 ()

Tests

Code commits

Author Commit Message Commit date
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> a61913596013fa6ad87874aa7ea80cde9aa35ea6 MoodIntegrationTest: Ensure that listener is removed
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 03fc5eb78565901adafc7cd85967ba8e14668085 Merge branch '4.3'
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 9246ea5dcac4549fd855f64568241930f74b01cc LowLevelRosterIntegrationTest: Use timeout value from superclass
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 9c4e5d0330db28920e6583f817569655b89dd696 Add Roster.createItem() and Roster.createItemAndRequestSubscription()
and deprecate createEntry().

createEntry() would also send a subscription request which may is
suprising given that you can also create an roster item without having
to send a subscription request out.

This also fixes a bug in
LowLevelRosterIntegrationTest.testPresenceEventListenersOffline()
where createEntry() was used, which would also trigger a presence
subscription request which in turn made the test fail if the
SubscribeListener of ensureSubscribedTo() was not yet set
up. So the test would fail depending on the timing.
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> c31e93a00ffe647367e6bf12dbea77d15ce31645 Improve IntegrationTestRosterUtil.ensureSubscribedto()
Improve the names of the arguments and variables. And ensure that all
listeners are removed at the end.