From 5b39e285ea532a24489205c246a7e5517e54a792 Mon Sep 17 00:00:00 2001 From: Gaston Dombiak Date: Mon, 28 Nov 2005 18:35:35 +0000 Subject: [PATCH] Added`throws XMPPException to #testBigFunctional git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@3122 b35dd754-fafc-0310-a699-88a17e54d16e --- test/org/jivesoftware/smackx/VCardTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/org/jivesoftware/smackx/VCardTest.java b/test/org/jivesoftware/smackx/VCardTest.java index 3707070cd..30a6e3a65 100644 --- a/test/org/jivesoftware/smackx/VCardTest.java +++ b/test/org/jivesoftware/smackx/VCardTest.java @@ -17,7 +17,7 @@ public class VCardTest extends SmackTestCase { super(arg0); } - public void testBigFunctional() { + public void testBigFunctional() throws XMPPException { VCard origVCard = new VCard(); origVCard.setFirstName("kir");