1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2025-09-10 18:59:41 +02:00

Deprecate Forwarded.getForwardedPacket()

This commit is contained in:
Florian Schmaus 2015-06-02 17:30:23 +02:00
parent 9a00e09c0a
commit 1cd268a8f0
3 changed files with 14 additions and 3 deletions

View file

@ -64,7 +64,7 @@ public class CarbonTest extends ExperimentalInitializerTest {
assertEquals(null, fwd.getDelayInformation());
// check message
assertThat("romeo@montague.com", equalsCharSequence(fwd.getForwardedPacket().getFrom()));
assertThat("romeo@montague.com", equalsCharSequence(fwd.getForwardedStanza().getFrom()));
// check end of tag
assertEquals(XmlPullParser.END_TAG, parser.getEventType());