diff --git a/source/org/thdl/tib/input/TMW_RTF_TO_THDL_WYLIETest.java b/source/org/thdl/tib/input/TMW_RTF_TO_THDL_WYLIETest.java index 50d6bf8..2c83109 100644 --- a/source/org/thdl/tib/input/TMW_RTF_TO_THDL_WYLIETest.java +++ b/source/org/thdl/tib/input/TMW_RTF_TO_THDL_WYLIETest.java @@ -170,9 +170,6 @@ public class TMW_RTF_TO_THDL_WYLIETest extends TestCase { * --to-acip, and --acip-to-tmw converter modes of {@link * org.thdl.tib.input.TibetanConverter}. */ public void testSomeConverters() { - /* TODO(DLC)[EWTS->Tibetan]: NOW runs out of memory - helper("Test4_aka_TD4222I1.INC", "", "--acip-to-tmw", "TMW", 46, - "short"); */ helper("Test4_aka_TD4222I1.INC", "", "--acip-to-unicode", "UNI", 46, "short"); helper("Test1", ".rtf", "--to-tibetan-machine", "TM", 0, "long"); @@ -180,6 +177,11 @@ public class TMW_RTF_TO_THDL_WYLIETest extends TestCase { helper("Test2", ".rtf", "--to-tibetan-machine-web", "TMW", 0, "long"); helper("Test2", ".rtf", "--to-acip", "ACIP", 49, "long"); helper("Test3", ".acip", "--acip-to-tmw", "TMW", 0, "long"); + + /* FAQ: Getting a java.lang.OutOfMemoryError? See + http://thdltools.sourceforge.net/BuildSystems.html#oom. */ + helper("Test4_aka_TD4222I1.INC", "", "--acip-to-tmw", "TMW", 46, + "short"); } }