Browse Source

Update test for moved class

git-svn-id: http://svn.dmdirc.com/trunk@2706 00569f92-eb28-0410-84fd-f71c24880f
tags/0.5.5
Gregory Holmes 16 years ago
parent
commit
2d43fc23af
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      test/com/dmdirc/commandline/IrcAddressTest.java

+ 2
- 0
test/com/dmdirc/commandline/IrcAddressTest.java View File

@@ -22,6 +22,8 @@
22 22
 
23 23
 package com.dmdirc.commandline;
24 24
 
25
+import com.dmdirc.util.InvalidAddressException;
26
+import com.dmdirc.util.IrcAddress;
25 27
 import org.junit.Test;
26 28
 import static org.junit.Assert.*;
27 29
 

Loading…
Cancel
Save