mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-21 22:02:06 +01:00
Mark code from the old integration-test dir as migration candidates
This commit is contained in:
parent
f329b447f2
commit
f1dd925844
4 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,7 @@ import org.jivesoftware.smack.filter.ThreadFilter;
|
|||
*
|
||||
* @author Gaston Dombiak
|
||||
*/
|
||||
// sinttest candidate
|
||||
public class FloodTest extends SmackTestCase {
|
||||
|
||||
public FloodTest(String arg0) {
|
||||
|
|
|
@ -30,6 +30,7 @@ import org.jivesoftware.smackx.packet.Version;
|
|||
*
|
||||
* @author Gaston Dombiak
|
||||
*/
|
||||
// sinttest candidate
|
||||
public class IQTest extends SmackTestCase {
|
||||
|
||||
public IQTest(String arg0) {
|
||||
|
|
|
@ -27,6 +27,7 @@ import org.jivesoftware.smack.test.SmackTestCase;
|
|||
*
|
||||
* @author Gaston Dombiak
|
||||
*/
|
||||
// sinttest candidate
|
||||
public class MessageTest extends SmackTestCase {
|
||||
|
||||
public MessageTest(String arg0) {
|
||||
|
|
|
@ -16,6 +16,7 @@ import org.jivesoftware.smack.util.dns.JavaxResolver;
|
|||
import org.jivesoftware.smack.util.dns.SRVRecord;
|
||||
import org.junit.Test;
|
||||
|
||||
// minidns candidate?
|
||||
public class DNSUtilTest {
|
||||
private static final String igniterealtimeDomain = "igniterealtime.org";
|
||||
private static final String igniterealtimeXMPPServer = "xmpp." + igniterealtimeDomain;
|
||||
|
|
Loading…
Reference in a new issue