mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-12-26 04:28:00 +01:00
[sinttest] Cleanup method signature in ModularXmppClientToServerConnectionLowLevelIntegrationTest
This commit is contained in:
parent
f78eade4da
commit
6d2216858c
1 changed files with 2 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* Copyright 2018-2020 Florian Schmaus
|
* Copyright 2018-2023 Florian Schmaus
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -17,8 +17,6 @@
|
||||||
package org.jivesoftware.smack.c2s;
|
package org.jivesoftware.smack.c2s;
|
||||||
|
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
import java.security.KeyManagementException;
|
|
||||||
import java.security.NoSuchAlgorithmException;
|
|
||||||
|
|
||||||
import org.jivesoftware.smack.SmackException;
|
import org.jivesoftware.smack.SmackException;
|
||||||
import org.jivesoftware.smack.SmackException.NoResponseException;
|
import org.jivesoftware.smack.SmackException.NoResponseException;
|
||||||
|
@ -37,8 +35,7 @@ public class ModularXmppClientToServerConnectionLowLevelIntegrationTest extends
|
||||||
}
|
}
|
||||||
|
|
||||||
@SmackIntegrationTest
|
@SmackIntegrationTest
|
||||||
public void testDisconnectAfterConnect() throws KeyManagementException, NoSuchAlgorithmException, SmackException,
|
public void testDisconnectAfterConnect() throws SmackException, IOException, XMPPException, InterruptedException {
|
||||||
IOException, XMPPException, InterruptedException {
|
|
||||||
ModularXmppClientToServerConnection connection = getSpecificUnconnectedConnection();
|
ModularXmppClientToServerConnection connection = getSpecificUnconnectedConnection();
|
||||||
|
|
||||||
connection.connect();
|
connection.connect();
|
||||||
|
|
Loading…
Reference in a new issue