]> gitweb.fperrin.net Git - DictionaryPC.git/commitdiff
Update to work with latest Dictionary repo version.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sun, 19 Mar 2017 20:52:37 +0000 (21:52 +0100)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sun, 19 Mar 2017 20:52:37 +0000 (21:52 +0100)
src/com/hughes/android/dictionary/engine/DictionaryTest.java

index 16db7237a3e7b762dfdd30fddda1cd30d7fd8825..69d0f7266018efa9ae2345fba4eaac79a84e6f39 100644 (file)
@@ -34,7 +34,7 @@ public class DictionaryTest extends TestCase {
 
     @Override
     protected void setUp() {
-        while (!TransliteratorManager.init(null)) {
+        while (!TransliteratorManager.init(null, null)) {
             try {
                 Thread.sleep(10);
             } catch (InterruptedException e) {