mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-23 06:42:05 +01:00
Added`throws XMPPException to #testBigFunctional
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@3122 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
cc40bf4bcb
commit
5b39e285ea
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ public class VCardTest extends SmackTestCase {
|
||||||
super(arg0);
|
super(arg0);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void testBigFunctional() {
|
public void testBigFunctional() throws XMPPException {
|
||||||
VCard origVCard = new VCard();
|
VCard origVCard = new VCard();
|
||||||
|
|
||||||
origVCard.setFirstName("kir");
|
origVCard.setFirstName("kir");
|
||||||
|
|
Loading…
Reference in a new issue