include CacheMemory in test
[nikiroo-utils.git] / src / be / nikiroo / utils / test / Test.java
index 7fe9bbc7c7a1c488e2fd2b1c56eff0ef0fd39f48..1897196f314a4b4cb44bac7b44045bfce414eb27 100644 (file)
@@ -1,9 +1,11 @@
 package be.nikiroo.utils.test;
 
 import be.nikiroo.utils.Cache;
+import be.nikiroo.utils.CacheMemory;
 import be.nikiroo.utils.Downloader;
-import be.nikiroo.utils.main.StartImageUtils;
-import be.nikiroo.utils.main.StartStringUtils;
+import be.nikiroo.utils.main.bridge;
+import be.nikiroo.utils.main.img2aa;
+import be.nikiroo.utils.main.justify;
 
 /**
  * Tests for nikiroo-utils.
@@ -32,11 +34,13 @@ public class Test extends TestLauncher {
 
                // TODO: test cache and downloader
                Cache cache = null;
+               CacheMemory memcache = null;
                Downloader downloader = null;
 
                // To include the sources:
-               StartImageUtils siu;
-               StartStringUtils ssu;
+               img2aa siu;
+               justify ssu;
+               bridge aa;
        }
 
        /**