mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-4530 Add serialization tests to top-level test.
X-SVN-Rev: 18714
This commit is contained in:
parent
506e4bb739
commit
fc6581c380
1 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,8 @@ public class TestAll extends TestGroup {
|
|||
"com.ibm.icu.dev.test.impl.TestAll",
|
||||
"com.ibm.icu.dev.test.stringprep.TestAll",
|
||||
"com.ibm.icu.dev.test.timescale.TestAll",
|
||||
"com.ibm.icu.dev.test.charsetdet.TestCharsetDetector"
|
||||
"com.ibm.icu.dev.test.charsetdet.TestCharsetDetector",
|
||||
"com.ibm.icu.dev.test.serializable.SerializableTest" // *is* a group
|
||||
},
|
||||
"All tests in ICU");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue