]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - jars/icu4j-4_2_1-src/src/com/ibm/icu/dev/test/TestAll.java
go
[Dictionary.git] / jars / icu4j-4_2_1-src / src / com / ibm / icu / dev / test / TestAll.java
old mode 100755 (executable)
new mode 100644 (file)
index f9411ba..5f40522
@@ -1,54 +1,54 @@
-//##header\r
-/*\r
- *******************************************************************************\r
- * Copyright (C) 1996-2009, International Business Machines Corporation and    *\r
- * others. All Rights Reserved.                                                *\r
- *******************************************************************************\r
- */\r
-package com.ibm.icu.dev.test;\r
-\r
-import com.ibm.icu.dev.test.TestFmwk.TestGroup;\r
-\r
-/**\r
- * Top level test used to run all other tests as a batch.\r
- */\r
-public class TestAll extends TestGroup {\r
-\r
-    public static void main(String[] args) {\r
-        new TestAll().run(args);\r
-    }\r
-\r
-    public TestAll() {\r
-        super(\r
-              new String[] {\r
-                  "com.ibm.icu.dev.test.format.TestAll",\r
-                  "com.ibm.icu.dev.test.compression.TestAll",\r
-                  "com.ibm.icu.dev.test.rbbi.TestAll",\r
-                  "com.ibm.icu.dev.test.translit.TestAll",\r
-                  "com.ibm.icu.dev.test.search.SearchTest", // not a group\r
-                  "com.ibm.icu.dev.test.collator.TestAll",\r
-                  "com.ibm.icu.dev.test.shaping.ArabicShapingRegTest",\r
-                  "com.ibm.icu.dev.test.calendar.TestAll",\r
-                  "com.ibm.icu.dev.test.timezone.TestAll",\r
-                  "com.ibm.icu.dev.test.lang.TestAll",\r
-                  "com.ibm.icu.dev.test.normalizer.TestAll",\r
-                  "com.ibm.icu.dev.test.util.TestAll",\r
-                  "com.ibm.icu.dev.test.iterator.TestUCharacterIterator", // not a group\r
-                  "com.ibm.icu.dev.test.bigdec.DiagBigDecimal", // not a group\r
-                  "com.ibm.icu.dev.test.impl.TestAll",\r
-                  "com.ibm.icu.dev.test.stringprep.TestAll",\r
-                  "com.ibm.icu.dev.test.timescale.TestAll",\r
-                  "com.ibm.icu.dev.test.charsetdet.TestCharsetDetector",\r
-                  "com.ibm.icu.dev.test.bidi.TestAll",\r
-                  "com.ibm.icu.dev.test.duration.TestAll",\r
-//#if defined(FOUNDATION10) || defined(J2SE13)\r
-//#else\r
-                  "com.ibm.icu.dev.test.charset.TestAll",\r
-                  "com.ibm.icu.dev.test.serializable.SerializableTest" // *is* a group\r
-//#endif\r
-              },\r
-              "All tests in ICU");\r
-    }\r
-\r
-    public static final String CLASS_TARGET_NAME  = "ICU";\r
-}\r
+//##header J2SE15
+/*
+ *******************************************************************************
+ * Copyright (C) 1996-2009, International Business Machines Corporation and    *
+ * others. All Rights Reserved.                                                *
+ *******************************************************************************
+ */
+package com.ibm.icu.dev.test;
+
+import com.ibm.icu.dev.test.TestFmwk.TestGroup;
+
+/**
+ * Top level test used to run all other tests as a batch.
+ */
+public class TestAll extends TestGroup {
+
+    public static void main(String[] args) {
+        new TestAll().run(args);
+    }
+
+    public TestAll() {
+        super(
+              new String[] {
+                  "com.ibm.icu.dev.test.format.TestAll",
+                  "com.ibm.icu.dev.test.compression.TestAll",
+                  "com.ibm.icu.dev.test.rbbi.TestAll",
+                  "com.ibm.icu.dev.test.translit.TestAll",
+                  "com.ibm.icu.dev.test.search.SearchTest", // not a group
+                  "com.ibm.icu.dev.test.collator.TestAll",
+                  "com.ibm.icu.dev.test.shaping.ArabicShapingRegTest",
+                  "com.ibm.icu.dev.test.calendar.TestAll",
+                  "com.ibm.icu.dev.test.timezone.TestAll",
+                  "com.ibm.icu.dev.test.lang.TestAll",
+                  "com.ibm.icu.dev.test.normalizer.TestAll",
+                  "com.ibm.icu.dev.test.util.TestAll",
+                  "com.ibm.icu.dev.test.iterator.TestUCharacterIterator", // not a group
+                  "com.ibm.icu.dev.test.bigdec.DiagBigDecimal", // not a group
+                  "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.bidi.TestAll",
+                  "com.ibm.icu.dev.test.duration.TestAll",
+//#if defined(FOUNDATION10) || defined(J2SE13)
+//#else
+                  "com.ibm.icu.dev.test.charset.TestAll",
+                  "com.ibm.icu.dev.test.serializable.SerializableTest" // *is* a group
+//#endif
+              },
+              "All tests in ICU");
+    }
+
+    public static final String CLASS_TARGET_NAME  = "ICU";
+}