]> granicus.if.org Git - icu/commitdiff
ICU-9267 Fix incorrect charset name in comment in test.
authorAndy Heninger <andy.heninger@gmail.com>
Wed, 18 Apr 2012 22:43:25 +0000 (22:43 +0000)
committerAndy Heninger <andy.heninger@gmail.com>
Wed, 18 Apr 2012 22:43:25 +0000 (22:43 +0000)
X-SVN-Rev: 31741

icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/TestCharsetDetector.java

index 6218e0633b234e9075bc56d617ffe88f620c81ba..0465d628f7730cd85278182c022f5da4cfe1101c 100644 (file)
@@ -1060,7 +1060,7 @@ public class TestCharsetDetector extends TestFmwk
 
 
     public void TestBut9267() {
-        // Test a long input of Lam Alef characters for CharsetRecog_IBM424_he.
+        // Test a long input of Lam Alef characters for CharsetRecog_IBM420_ar.
         // Bug 9267 was an array out of bounds problem in the unshaping code for these.
         byte [] input = new byte [7700]; 
         int i;