]> gitweb.fperrin.net Git - DictionaryPC.git/blobdiff - src/com/hughes/android/dictionary/parser/wiktionary/EnToTranslationParser.java
Unit tests working, looks like I'd been revamping the parsers.
[DictionaryPC.git] / src / com / hughes / android / dictionary / parser / wiktionary / EnToTranslationParser.java
index 6c1bbec8ebbbacadfc25f5c17a96f0233d84ac2b..c1280558b10e62795be4c1753fd5d351b04d849b 100644 (file)
@@ -193,6 +193,7 @@ public final class EnToTranslationParser extends EnParser {
       // Good chance we'll actually file this one...
       final PairEntry pairEntry = new PairEntry(entrySource);
       final IndexedEntry indexedEntry = new IndexedEntry(pairEntry);
+      indexedEntry.isValid = true;
       
       final StringBuilder foreignText = new StringBuilder();
       appendAndIndexWikiCallback.reset(foreignText, indexedEntry);