Author: sback
Date: 2007-07-21 15:28:46 +0000 (Sat, 21 Jul 2007)
New Revision: 14238

Modified:
   trunk/freenet/test/freenet/utils/UTFUtil.java
Log:
Workaround: created a fake test to avoid building problems. Until we find a 
better solution...

Modified: trunk/freenet/test/freenet/utils/UTFUtil.java
===================================================================
--- trunk/freenet/test/freenet/utils/UTFUtil.java       2007-07-21 15:25:24 UTC 
(rev 14237)
+++ trunk/freenet/test/freenet/utils/UTFUtil.java       2007-07-21 15:28:46 UTC 
(rev 14238)
@@ -15,13 +15,19 @@
  */
 package freenet.utils;

+import junit.framework.TestCase;
+
 /**
  * Utility class used throught test cases classes
  * 
  * @author Alberto Bacchelli <sback at freenetproject.org>
  */
-public final class UTFUtil {
+public final class UTFUtil extends TestCase {

+       public void testFake() {
+               
+       }
+       
        //printable ascii symbols
        public static final char PRINTABLE_ASCII[] = {
                ' 
','!','@','#','$','%','^','&','(',')','+','=','{','}','[',']',':',';','\\','\"','\'',


Reply via email to