mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 17:19:39 +02:00
Add JingleInBandByteStream classes
This commit is contained in:
parent
de3c016e3d
commit
2cbbfd1048
9 changed files with 313 additions and 6 deletions
|
@ -51,6 +51,10 @@ public class HashElementTest extends SmackTestSuite {
|
|||
assertFalse(parsed.equals(null));
|
||||
assertEquals(element, parsed);
|
||||
assertTrue(element.equals(parsed));
|
||||
|
||||
HashElement other = new HashElement(HashManager.ALGORITHM.SHA_512,
|
||||
"861844d6704e8573fec34d967e20bcfef3d424cf48be04e6dc08f2bd58c729743371015ead891cc3cf1c9d34b49264b510751b1ff9e537937bc46b5d6ff4ecc8".getBytes(StringUtils.UTF8));
|
||||
assertFalse(element.equals(other));
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue