mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 06:12:05 +01:00
Make junit assertion more verbose
This commit is contained in:
parent
c94962c763
commit
458d8d98b6
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ public class EntityCapsTest extends AbstractSmackIntegrationTest {
|
||||||
DiscoverInfo info = sdmOne.discoverInfo(conTwo.getUser());
|
DiscoverInfo info = sdmOne.discoverInfo(conTwo.getUser());
|
||||||
// that discovery should cause a disco#info
|
// that discovery should cause a disco#info
|
||||||
assertTrue(discoInfoSend.get());
|
assertTrue(discoInfoSend.get());
|
||||||
assertTrue(info.containsFeature(dummyFeature));
|
assertTrue("The info response '" + info + "' does not contain the expected feature '" + dummyFeature + '\'', info.containsFeature(dummyFeature));
|
||||||
discoInfoSend.set(false);
|
discoInfoSend.set(false);
|
||||||
|
|
||||||
// discover that
|
// discover that
|
||||||
|
|
Loading…
Reference in a new issue