Made some ad-hoc tests in test.java into JUnit tests, run by 'ant

check'.

NORM_NFD was replaced with NORM_NFKD in three cases in testMostlyNFKD.
This commit is contained in:
dchandler 2003-03-22 03:24:56 +00:00
parent 12eb7cf4cf
commit 879b477902
4 changed files with 274 additions and 228 deletions

View file

@ -43,6 +43,7 @@
build.xml check-report' will fail. -->
<test name="org.thdl.util.ThdlLazyExceptionTest"/>
<test name="org.thdl.util.TrieTest"/>
<test name="org.thdl.tib.text.tshegbar.UnicodeUtilsTest"/>
</junit>
</target>