Browse Source

unignore test for issue 1799

tags/0.6.3m1rc1
Shane Mc Cormack 15 years ago
parent
commit
9f04121fe0
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      test/com/dmdirc/parser/irc/IRCParserTest.java

+ 1
- 1
test/com/dmdirc/parser/irc/IRCParserTest.java View File

@@ -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();

Loading…
Cancel
Save