Moved ad-hoc test.java test cases to LegalTshegBarTest.java, a JUnit

test which can be run via 'ant check'.
This commit is contained in:
dchandler 2003-03-22 03:46:32 +00:00
parent 879b477902
commit 395eca7bb1
4 changed files with 74 additions and 22 deletions

View file

@ -44,6 +44,7 @@
<test name="org.thdl.util.ThdlLazyExceptionTest"/>
<test name="org.thdl.util.TrieTest"/>
<test name="org.thdl.tib.text.tshegbar.UnicodeUtilsTest"/>
<test name="org.thdl.tib.text.tshegbar.LegalTshegBarTest"/>
</junit>
</target>