Ver código fonte

unignore test for issue 1799

tags/0.6.3m1rc1
Shane Mc Cormack 15 anos atrás
pai
commit
9f04121fe0
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      test/com/dmdirc/parser/irc/IRCParserTest.java

+ 1
- 1
test/com/dmdirc/parser/irc/IRCParserTest.java Ver arquivo

@@ -183,7 +183,7 @@ public class IRCParserTest {
183 183
         assertEquals("Stupid notice", test.message);
184 184
     }
185 185
 
186
-    @Test @Ignore
186
+    @Test
187 187
     public void testPre001NickChange() throws CallbackNotFoundException {
188 188
         final TestINoticeAuth test = new TestINoticeAuth();
189 189
         final TestParser parser = new TestParser();

Carregando…
Cancelar
Salvar