This memory hog of a test means that ACIP->TMW regressions will be
harder to introduce.
This commit is contained in:
parent
ca8b565fb0
commit
03483d88c6
1 changed files with 5 additions and 3 deletions
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue