X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Futils%2Ftest%2FTest.java;h=1897196f314a4b4cb44bac7b44045bfce414eb27;hb=5795c978b9308afeb07e1cd41b0067c8278427c3;hp=e0dfa0fab817788d5100db16451a1df74aeae99b;hpb=9e50696ec75e70b4eb592a9a1b6fceacf169977f;p=fanfix.git diff --git a/src/be/nikiroo/utils/test/Test.java b/src/be/nikiroo/utils/test/Test.java index e0dfa0f..1897196 100644 --- a/src/be/nikiroo/utils/test/Test.java +++ b/src/be/nikiroo/utils/test/Test.java @@ -1,7 +1,9 @@ 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.bridge; import be.nikiroo.utils.main.img2aa; import be.nikiroo.utils.main.justify; @@ -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: img2aa siu; justify ssu; + bridge aa; } /**