mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-10 17:49:38 +02:00
Add IncomingFileTransferTest
This commit is contained in:
parent
901d7b39c5
commit
3927f3089e
2 changed files with 42 additions and 2 deletions
|
@ -46,7 +46,7 @@ import org.igniterealtime.smack.inttest.SmackIntegrationTestEnvironment;
|
|||
import org.igniterealtime.smack.inttest.TestNotPossibleException;
|
||||
import org.igniterealtime.smack.inttest.util.SimpleResultSyncPoint;
|
||||
|
||||
public class JetIntegrationTestTest extends AbstractOmemoIntegrationTest {
|
||||
public class JetIntegrationTest extends AbstractOmemoIntegrationTest {
|
||||
|
||||
private OmemoManager oa, ob;
|
||||
private JetManager ja, jb;
|
||||
|
@ -65,7 +65,7 @@ public class JetIntegrationTestTest extends AbstractOmemoIntegrationTest {
|
|||
}
|
||||
}
|
||||
|
||||
public JetIntegrationTestTest(SmackIntegrationTestEnvironment environment)
|
||||
public JetIntegrationTest(SmackIntegrationTestEnvironment environment)
|
||||
throws XMPPException.XMPPErrorException, SmackException.NotConnectedException, InterruptedException,
|
||||
SmackException.NoResponseException, TestNotPossibleException {
|
||||
super(environment);
|
Loading…
Add table
Add a link
Reference in a new issue