Kaynağa Gözat

Ignore IrcAddressTest.Connect as it seems to break the jvm now(?!)

tags/0.6.3m1rc1
Chris Smith 15 yıl önce
ebeveyn
işleme
fe13008365
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2
    0
      test/com/dmdirc/util/IrcAddressTest.java

+ 2
- 0
test/com/dmdirc/util/IrcAddressTest.java Dosyayı Görüntüle

@@ -27,6 +27,7 @@ import com.dmdirc.ServerManager;
27 27
 import com.dmdirc.config.IdentityManager;
28 28
 import com.dmdirc.ui.dummy.DummyController;
29 29
 import org.junit.Before;
30
+import org.junit.Ignore;
30 31
 import org.junit.Test;
31 32
 import static org.junit.Assert.*;
32 33
 
@@ -105,6 +106,7 @@ public class IrcAddressTest {
105 106
     }
106 107
 
107 108
     @Test
109
+    @Ignore
108 110
     public void testConnect() throws InvalidAddressException {
109 111
         final IrcAddress address = new IrcAddress("irc://255.255.255.205/a,b,c");
110 112
 

Loading…
İptal
Kaydet