From 03483d88c698c5d498e12c7a73dc96dbf5396592 Mon Sep 17 00:00:00 2001 From: dchandler Date: Mon, 21 Feb 2005 06:08:19 +0000 Subject: [PATCH] This memory hog of a test means that ACIP->TMW regressions will be harder to introduce. --- source/org/thdl/tib/input/TMW_RTF_TO_THDL_WYLIETest.java | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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"); } }