X-Git-Url: http://gitweb.fperrin.net/?p=DictionaryPC.git;a=blobdiff_plain;f=src%2Fcom%2Fhughes%2Fandroid%2Fdictionary%2Fengine%2FDictionaryTest.java;h=8b25f9d8a9f0b242083f14e80943bc68e85f325d;hp=d1dcc2b36ebe05e4536aa23d2d7fe3d0c7ce910a;hb=5a1b9f8a37d03dc675e1d895817422e9743a5b5b;hpb=1a83b46657501c96b7619b2f66f8b8229d1a2c0c diff --git a/src/com/hughes/android/dictionary/engine/DictionaryTest.java b/src/com/hughes/android/dictionary/engine/DictionaryTest.java index d1dcc2b..8b25f9d 100644 --- a/src/com/hughes/android/dictionary/engine/DictionaryTest.java +++ b/src/com/hughes/android/dictionary/engine/DictionaryTest.java @@ -21,11 +21,11 @@ import java.util.List; import java.util.Random; import java.util.concurrent.atomic.AtomicBoolean; -import junit.framework.TestCase; - import com.hughes.android.dictionary.engine.Index.IndexEntry; import com.hughes.util.CollectionUtil; +import junit.framework.TestCase; + public class DictionaryTest extends TestCase {