mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
Added RichEdit tests.
X-SVN-Rev: 1238
This commit is contained in:
parent
457b7786c1
commit
d9b4e9ad3d
1 changed files with 6 additions and 2 deletions
|
@ -5,8 +5,8 @@
|
|||
*******************************************************************************
|
||||
*
|
||||
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/test/topleveltest/Attic/TestAll.java,v $
|
||||
* $Date: 2000/03/14 19:54:51 $
|
||||
* $Revision: 1.9 $
|
||||
* $Date: 2000/04/24 21:33:07 $
|
||||
* $Revision: 1.10 $
|
||||
*
|
||||
*****************************************************************************************
|
||||
*/
|
||||
|
@ -72,4 +72,8 @@ public class TestAll extends TestFmwk {
|
|||
public void TestSearch() throws Exception {
|
||||
run(new com.ibm.test.search.SearchTest());
|
||||
}
|
||||
|
||||
public void TestRichEdit() throws Exception {
|
||||
run(new com.ibm.test.richtext.TestAll());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue