summaryrefslogtreecommitdiff
path: root/icu4j/main/tests
diff options
context:
space:
mode:
authorvichang <vichang@google.com>2019-05-23 13:18:27 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-05-23 13:18:27 +0000
commitebee95608b74102d672cb4436c48bae6ddbe539e (patch)
tree069df2f33afa5dde24bd10fd5b7c7d168c6ac623 /icu4j/main/tests
parent5836310a5e68c9c68ade154fdf72670182d88a21 (diff)
parentf07611dab289a4d516758eb25ef21ce5d82a21f9 (diff)
downloadicu-ebee95608b74102d672cb4436c48bae6ddbe539e.tar.gz
Merge changes from topic "remove_DecimalFormat_ICU58_Android"
* changes: Android Patch: Add compatibility parse mode in ICU4J DecimalFormat Remove Android patch: Copy DecimalFormat_ICU58 to Android specific path."
Diffstat (limited to 'icu4j/main/tests')
-rw-r--r--icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/SerializableTestUtility.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/SerializableTestUtility.java b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/SerializableTestUtility.java
index 44c698515..c1e97c771 100644
--- a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/SerializableTestUtility.java
+++ b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/SerializableTestUtility.java
@@ -938,13 +938,6 @@ public class SerializableTestUtility {
return;
}
- // Android patch (b/68143370) begin.
- if (className.equals("com.ibm.icu.text.DecimalFormat_ICU58_Android")) {
- // Do not test the legacy DecimalFormat class in ICU 59
- return;
- }
- // Android patch (b/68143370) end.
-
if (c.isEnum() || !serializable.isAssignableFrom(c)) {
//System.out.println("@@@ Skipping: " + className);
return;