Moved ad-hoc test.java test cases to UnicodeGraphemeClusterTest.java,

a JUnit test which can be run via 'ant check'.  Removed test.java and
its build process.
This commit is contained in:
dchandler 2003-03-22 03:55:39 +00:00
parent 395eca7bb1
commit 16cbfb6033
4 changed files with 53 additions and 25 deletions

View file

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