]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - jars/icu4j-4_2_1-src/src/com/ibm/icu/dev/test/translit/TestAll.java
go
[Dictionary.git] / jars / icu4j-4_2_1-src / src / com / ibm / icu / dev / test / translit / TestAll.java
old mode 100755 (executable)
new mode 100644 (file)
index 8f7ba4f..5e0ff07
@@ -1,43 +1,43 @@
-//##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.translit;\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
-\r
-public class TestAll extends TestGroup {\r
-    public static void main(String[] args) {\r
-        new TestAll().run(args);\r
-    }\r
-\r
-    public TestAll() {\r
-        super(new String[] {\r
-                "AnyScriptTest",\r
-                "CompoundTransliteratorTest",\r
-                "ErrorTest",\r
-                "JamoTest",\r
-                "ReplaceableTest",\r
-                "RoundTripTest",\r
-                "TransliteratorTest",\r
-                "UnicodeSetTest",\r
-//#if defined(FOUNDATION10) || defined(J2SE13) || defined(J2SE14)\r
-//#else\r
-                "RegexUtilitiesTest",\r
-//#endif\r
-//#if defined(FOUNDATION10) || defined(J2SE13)\r
-//#else\r
-                "UnicodeMapTest",\r
-//#endif\r
-        });\r
-    }\r
-\r
-    public static final String CLASS_TARGET_NAME = "Translit";\r
-}\r
+//##header J2SE15
+/*
+ *******************************************************************************
+ * Copyright (C) 1996-2009, International Business Machines Corporation and    *
+ * others. All Rights Reserved.                                                *
+ *******************************************************************************
+ */
+package com.ibm.icu.dev.test.translit;
+
+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[] {
+                "AnyScriptTest",
+                "CompoundTransliteratorTest",
+                "ErrorTest",
+                "JamoTest",
+                "ReplaceableTest",
+                "RoundTripTest",
+                "TransliteratorTest",
+                "UnicodeSetTest",
+//#if defined(FOUNDATION10) || defined(J2SE13) || defined(J2SE14)
+//#else
+                "RegexUtilitiesTest",
+//#endif
+//#if defined(FOUNDATION10) || defined(J2SE13)
+//#else
+                "UnicodeMapTest",
+//#endif
+        });
+    }
+
+    public static final String CLASS_TARGET_NAME = "Translit";
+}