Build: #943 was successful
Job: Default Job was successful
Code commits
Smack (master)
-
Florian Schmaus 68fa90435e8b2aee5f6151184ce9c036884bc570
Merge pull request #599 from guusdk/sint_assertresult-multisync
[sinttest] Improving assertions for MultiResultSyncPoint -
Florian Schmaus 98ff4d8a6508bae34da980ce1299dd2f3fcbdd4f
Merge pull request #598 from guusdk/sint_muc-occupant-race
[sinttest] Fix race condition in MUC test -
Guus der Kinderen 440b49763829237fbb966fd723cd71fcf81730ce m
[sinttest] Add AssertResult for MultiResultSyncPoint
This adds an AssertResult implementation for MultiResultSyncPoint that mimics the equivalent for ResultSyncPoint.- smack-integration-test/src/main/java/org/igniterealtime/smack/inttest/AbstractSmackIntTest.java (version 440b49763829237fbb966fd723cd71fcf81730ce) (diffs)
- smack-integration-test/src/main/java/org/igniterealtime/smack/inttest/util/MultiResultSyncPoint.java (version 440b49763829237fbb966fd723cd71fcf81730ce) (diffs)
-
Guus der Kinderen 7e9a5713e96812dc64ba2555fdf79646bb15f707 m
[sinttest] Improve test assertion message
Making use of the new assertion handling for MultiResultSyncPoint, the integration test that uses that implementation can now get improved assertion messages. This will allow users to more quickly determine why a test is failing. -
Guus der Kinderen adafcdb6d1dc6806ec487b7d74ccdc7df15066b4 m
[sinttest] Fix race condition in MUC test
When occupant One waits for occupant Two to join the room, One should register the corresponding listener _before_ Two joins.
Without this, a race conditions occurs, where Two could have joined the room before One registered the listener, thus missing the event.