Browse Source

Repackaged unit tests


git-svn-id: http://svn.dmdirc.com/trunk@1298 00569f92-eb28-0410-84fd-f71c24880f
tags/0.4
Shane Mc Cormack 17 years ago
parent
commit
df5c095765

+ 2
- 2
test/com/dmdirc/ErrorTest.java View File

5
  * Created on 08 April 2007, 13:20
5
  * Created on 08 April 2007, 13:20
6
  */
6
  */
7
 
7
 
8
-package uk.org.ownage.dmdirc;
8
+package com.dmdirc;
9
 
9
 
10
 import java.awt.Component;
10
 import java.awt.Component;
11
 import java.awt.Graphics;
11
 import java.awt.Graphics;
13
 import junit.framework.*;
13
 import junit.framework.*;
14
 import java.util.Date;
14
 import java.util.Date;
15
 import javax.swing.Icon;
15
 import javax.swing.Icon;
16
-import uk.org.ownage.dmdirc.ui.interfaces.StatusErrorNotifier;
16
+import com.dmdirc.ui.interfaces.StatusErrorNotifier;
17
 
17
 
18
 /**
18
 /**
19
  *
19
  *

+ 2
- 2
test/com/dmdirc/ServerManagerTest.java View File

5
  * Created on 08 April 2007, 12:55
5
  * Created on 08 April 2007, 12:55
6
  */
6
  */
7
 
7
 
8
-package uk.org.ownage.dmdirc;
8
+package com.dmdirc;
9
 
9
 
10
 import javax.swing.JInternalFrame;
10
 import javax.swing.JInternalFrame;
11
 import junit.framework.*;
11
 import junit.framework.*;
12
-import uk.org.ownage.dmdirc.identities.IdentityManager;
12
+import com.dmdirc.identities.IdentityManager;
13
 
13
 
14
 /**
14
 /**
15
  *
15
  *

+ 1
- 1
test/com/dmdirc/identities/IdentityTest.java View File

5
  * Created on 19 April 2007, 17:33
5
  * Created on 19 April 2007, 17:33
6
  */
6
  */
7
 
7
 
8
-package uk.org.ownage.dmdirc.identities;
8
+package com.dmdirc.identities;
9
 
9
 
10
 import java.util.Properties;
10
 import java.util.Properties;
11
 import junit.framework.*;
11
 import junit.framework.*;

+ 3
- 3
test/com/dmdirc/ui/messages/ColourManagerTest.java View File

5
  * Created on 09 March 2007, 23:09
5
  * Created on 09 March 2007, 23:09
6
  */
6
  */
7
 
7
 
8
-package uk.org.ownage.dmdirc.ui.messages;
8
+package com.dmdirc.ui.messages;
9
 
9
 
10
 import junit.framework.*;
10
 import junit.framework.*;
11
 import java.awt.Color;
11
 import java.awt.Color;
12
-import uk.org.ownage.dmdirc.logger.ErrorLevel;
13
-import uk.org.ownage.dmdirc.logger.Logger;
12
+import com.dmdirc.logger.ErrorLevel;
13
+import com.dmdirc.logger.Logger;
14
 
14
 
15
 /**
15
 /**
16
  *
16
  *

+ 3
- 3
test/com/dmdirc/ui/messages/StyliserTest.java View File

5
  * Created on 09 March 2007, 23:20
5
  * Created on 09 March 2007, 23:20
6
  */
6
  */
7
 
7
 
8
-package uk.org.ownage.dmdirc.ui.messages;
8
+package com.dmdirc.ui.messages;
9
 
9
 
10
 import junit.framework.*;
10
 import junit.framework.*;
11
 import javax.swing.text.BadLocationException;
11
 import javax.swing.text.BadLocationException;
12
 import javax.swing.text.SimpleAttributeSet;
12
 import javax.swing.text.SimpleAttributeSet;
13
 import javax.swing.text.StyleConstants;
13
 import javax.swing.text.StyleConstants;
14
 import javax.swing.text.StyledDocument;
14
 import javax.swing.text.StyledDocument;
15
-import uk.org.ownage.dmdirc.logger.ErrorLevel;
16
-import uk.org.ownage.dmdirc.logger.Logger;
15
+import com.dmdirc.logger.ErrorLevel;
16
+import com.dmdirc.logger.Logger;
17
 
17
 
18
 /**
18
 /**
19
  *
19
  *

Loading…
Cancel
Save