Index: /FCKeditor.Java/branches/2.4/src/test/java/net/fckeditor/tool/TestResourceStream.java
===================================================================
--- /FCKeditor.Java/branches/2.4/src/test/java/net/fckeditor/tool/TestResourceStream.java	(revision 1310)
+++ /FCKeditor.Java/branches/2.4/src/test/java/net/fckeditor/tool/TestResourceStream.java	(revision 1311)
@@ -1,3 +1,3 @@
-package com.fredck.fckeditor.tool;
+package net.fckeditor.tool;
 
 import java.io.IOException;
@@ -6,5 +6,5 @@
 import java.util.ResourceBundle;
 
-public class TEstScl {
+public class TestResourceStream {
 	
 	public static void main(String[] args) throws IOException {
Index: /FCKeditor.Java/branches/2.4/src/test/java/net/fckeditor/tool/Util_getSet.java
===================================================================
--- /FCKeditor.Java/branches/2.4/src/test/java/net/fckeditor/tool/Util_getSet.java	(revision 1310)
+++ /FCKeditor.Java/branches/2.4/src/test/java/net/fckeditor/tool/Util_getSet.java	(revision 1311)
@@ -19,9 +19,11 @@
  * == END LICENSE ==
  */
-package com.fredck.fckeditor.tool;
+package net.fckeditor.tool;
 
 import java.util.HashSet;
 import java.util.Iterator;
 import java.util.Set;
+
+import com.fredck.fckeditor.tool.Utils;
 
 import junit.framework.TestCase;
Index: /FCKeditor.Java/branches/2.4/src/test/java/net/fckeditor/tool/Util_replace.java
===================================================================
--- /FCKeditor.Java/branches/2.4/src/test/java/net/fckeditor/tool/Util_replace.java	(revision 1310)
+++ /FCKeditor.Java/branches/2.4/src/test/java/net/fckeditor/tool/Util_replace.java	(revision 1311)
@@ -19,5 +19,7 @@
  * == END LICENSE ==
  */
-package com.fredck.fckeditor.tool;
+package net.fckeditor.tool;
+
+import com.fredck.fckeditor.tool.Utils;
 
 import junit.framework.TestCase;
