Smack/smack-integration-test/src
Guus der Kinderen 5e203086b3 [sint] increase stability
Some roster-based tests depend on there not being any prior subscription state beteween entities. The utility method that
tries to guarantee that, acts on the state of the roster that's cached in memory, but acts on the one that's stored on the
server. This occasionally causes issues, as both representations might be different.

Stability is added in this commit by:
- refreshing the roster from the server prior to evaluating it
- ignoring an 'item-not-found' as returned by the server, when the code tries to remove that item.
2021-06-25 16:08:31 +02:00
..
main/java/org [sint] increase stability 2021-06-25 16:08:31 +02:00
test/java/org/igniterealtime/smack/inttest sinttest: migrate to JUnit5, drop JUnit4 2020-04-12 22:21:30 +02:00