Smack/smack-integration-test/src
Florian Schmaus 8511a9e67b Fix deadline check
The pattern

if (now > deadline) break;
wait(deadline - now);

is insufficient in case "now == deadline" because the result would be
wait() being called with 0, which would mean "wait until
notified". Thus, the timeout would become infinite.
2016-12-19 16:29:16 +01:00
..
main/java/org Fix deadline check 2016-12-19 16:29:16 +01:00
test/java/org/igniterealtime/smack/inttest Improve message of XMPPErrorException 2016-11-29 16:40:08 +01:00