modified package names for new test.
X-SVN-Rev: 3959
This commit is contained in:
parent
20a557174b
commit
d691cd6983
@ -5,8 +5,8 @@
|
|||||||
*******************************************************************************
|
*******************************************************************************
|
||||||
*
|
*
|
||||||
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/dev/test/TestAll.java,v $
|
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/dev/test/TestAll.java,v $
|
||||||
* $Date: 2001/03/08 00:57:44 $
|
* $Date: 2001/03/08 01:48:36 $
|
||||||
* $Revision: 1.9 $
|
* $Revision: 1.10 $
|
||||||
*
|
*
|
||||||
*****************************************************************************************
|
*****************************************************************************************
|
||||||
*/
|
*/
|
||||||
@ -81,7 +81,7 @@ public class TestAll extends TestFmwk {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void TestArabicShaping() throws Exception {
|
public void TestArabicShaping() throws Exception {
|
||||||
run(new com.ibm.test.text.ArabicShapingRegTest());
|
run(new com.ibm.icu.test.text.ArabicShapingRegTest());
|
||||||
}
|
}
|
||||||
|
|
||||||
public void TestCalendar() throws Exception {
|
public void TestCalendar() throws Exception {
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
*******************************************************************************
|
*******************************************************************************
|
||||||
*
|
*
|
||||||
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/test/Attic/TestAll.java,v $
|
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/test/Attic/TestAll.java,v $
|
||||||
* $Date: 2001/03/08 00:57:44 $
|
* $Date: 2001/03/08 01:48:36 $
|
||||||
* $Revision: 1.9 $
|
* $Revision: 1.10 $
|
||||||
*
|
*
|
||||||
*****************************************************************************************
|
*****************************************************************************************
|
||||||
*/
|
*/
|
||||||
@ -81,7 +81,7 @@ public class TestAll extends TestFmwk {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void TestArabicShaping() throws Exception {
|
public void TestArabicShaping() throws Exception {
|
||||||
run(new com.ibm.test.text.ArabicShapingRegTest());
|
run(new com.ibm.icu.test.text.ArabicShapingRegTest());
|
||||||
}
|
}
|
||||||
|
|
||||||
public void TestCalendar() throws Exception {
|
public void TestCalendar() throws Exception {
|
||||||
|
Loading…
Reference in New Issue
Block a user