ICU-1533 typo

X-SVN-Rev: 7034
This commit is contained in:
Alan Liu 2001-11-21 00:07:29 +00:00
parent 94ce005739
commit f71ae37294
2 changed files with 6 additions and 6 deletions

View File

@ -5,8 +5,8 @@
*******************************************************************************
*
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/dev/test/translit/TransliteratorTest.java,v $
* $Date: 2001/11/21 00:06:49 $
* $Revision: 1.75 $
* $Date: 2001/11/21 00:07:29 $
* $Revision: 1.76 $
*
*****************************************************************************************
*/
@ -1546,7 +1546,7 @@ public class TransliteratorTest extends TestFmwk {
// Katakana should be untouched
expect(t, "a\u3042\u30A2", "\u3042\u3042\u30A2");
if (FALSE) {
if (false) {
// This test will only work if Transliterator.ROLLBACK is
// true. Otherwise, this test will fail, revealing a
// limitation of global filters in incremental mode.

View File

@ -5,8 +5,8 @@
*******************************************************************************
*
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/test/translit/Attic/TransliteratorTest.java,v $
* $Date: 2001/11/21 00:06:49 $
* $Revision: 1.75 $
* $Date: 2001/11/21 00:07:29 $
* $Revision: 1.76 $
*
*****************************************************************************************
*/
@ -1546,7 +1546,7 @@ public class TransliteratorTest extends TestFmwk {
// Katakana should be untouched
expect(t, "a\u3042\u30A2", "\u3042\u3042\u30A2");
if (FALSE) {
if (false) {
// This test will only work if Transliterator.ROLLBACK is
// true. Otherwise, this test will fail, revealing a
// limitation of global filters in incremental mode.