]> gitweb.fperrin.net Git - DictionaryPC.git/blobdiff - src/com/hughes/android/dictionary/engine/DictionaryBuilderTest.java
Update URL format and parsing, fix FR handling.
[DictionaryPC.git] / src / com / hughes / android / dictionary / engine / DictionaryBuilderTest.java
index 44540151411e21db8e9a1d4e1ccfc05842b3ef01..ba75064a380999b9de149f7264552a3b2f1beb07 100644 (file)
@@ -189,6 +189,10 @@ public class DictionaryBuilderTest extends TestCase {
       wiktionaryTestSingleLang("SingleLang_IT.quickdic", "IT", 100);
   }
 
+  public void testSingleLang_FR() throws Exception {
+      wiktionaryTestSingleLang("SingleLang_FR.quickdic", "FR", 100);
+  }
+
   public void wiktionaryTestSingleLang(final String name, final String langCode, final int pageLimit) throws Exception {
       final File result = new File(TEST_OUTPUTS + name);
       System.out.println("Writing to: " + result);