1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-24 12:34:52 +02:00

Make FileTransferNegotiatorTest extends InitExtensions

This commit is contained in:
Florian Schmaus 2015-03-25 10:25:39 +01:00
parent 72f41e20b1
commit e1cb837489

View file

@ -21,13 +21,14 @@ import static org.junit.Assert.assertTrue;
import org.jivesoftware.smack.DummyConnection;
import org.jivesoftware.smack.SmackException.NoResponseException;
import org.jivesoftware.smack.packet.Stanza;
import org.jivesoftware.smackx.InitExtensions;
import org.jivesoftware.smackx.disco.ServiceDiscoveryManager;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.jxmpp.jid.JidTestUtil;
public class FileTransferNegotiatorTest {
public class FileTransferNegotiatorTest extends InitExtensions {
private DummyConnection connection;
@Before