mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-20 20:19:32 +00:00
Added test programs for com.ibm.icu.text.UCharacter.
X-SVN-Rev: 3328
This commit is contained in:
parent
c058b6da67
commit
8b0794d439
2 changed files with 12 additions and 4 deletions
|
@ -5,8 +5,8 @@
|
|||
*******************************************************************************
|
||||
*
|
||||
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/dev/test/TestAll.java,v $
|
||||
* $Date: 2000/11/18 00:17:43 $
|
||||
* $Revision: 1.5 $
|
||||
* $Date: 2000/12/26 22:44:20 $
|
||||
* $Revision: 1.6 $
|
||||
*
|
||||
*****************************************************************************************
|
||||
*/
|
||||
|
@ -98,4 +98,8 @@ public class TestAll extends TestFmwk {
|
|||
new com.ibm.test.timezone.TimeZoneBoundaryTest()
|
||||
});
|
||||
}
|
||||
|
||||
public void TestCharacter() throws Exception {
|
||||
run(new com.ibm.icu.test.text.UCharacterTest());
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
*******************************************************************************
|
||||
*
|
||||
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/test/Attic/TestAll.java,v $
|
||||
* $Date: 2000/11/18 00:17:43 $
|
||||
* $Revision: 1.5 $
|
||||
* $Date: 2000/12/26 22:44:20 $
|
||||
* $Revision: 1.6 $
|
||||
*
|
||||
*****************************************************************************************
|
||||
*/
|
||||
|
@ -98,4 +98,8 @@ public class TestAll extends TestFmwk {
|
|||
new com.ibm.test.timezone.TimeZoneBoundaryTest()
|
||||
});
|
||||
}
|
||||
|
||||
public void TestCharacter() throws Exception {
|
||||
run(new com.ibm.icu.test.text.UCharacterTest());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue