]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - jars/icu4j-4_2_1-src/src/com/ibm/icu/dev/test/bidi/TestAll.java
go
[Dictionary.git] / jars / icu4j-4_2_1-src / src / com / ibm / icu / dev / test / bidi / TestAll.java
old mode 100755 (executable)
new mode 100644 (file)
index aec59db..9b4a72e
@@ -1,44 +1,44 @@
-//##header\r
-/*\r
-*******************************************************************************\r
-*   Copyright (C) 2001-2009, International Business Machines\r
-*   Corporation and others.  All Rights Reserved.\r
-*******************************************************************************\r
-*/\r
-\r
-package com.ibm.icu.dev.test.bidi;\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.bidi.TestCharFromDirProp",\r
-                  "com.ibm.icu.dev.test.bidi.TestBidi",\r
-                  "com.ibm.icu.dev.test.bidi.TestInverse",\r
-                  "com.ibm.icu.dev.test.bidi.TestReorder",\r
-                  "com.ibm.icu.dev.test.bidi.TestFailureRecovery",\r
-                  "com.ibm.icu.dev.test.bidi.TestMultipleParagraphs",\r
-                  "com.ibm.icu.dev.test.bidi.TestReorderingMode",\r
-                  "com.ibm.icu.dev.test.bidi.TestReorderRunsOnly",\r
-                  "com.ibm.icu.dev.test.bidi.TestStreaming",\r
-                  "com.ibm.icu.dev.test.bidi.TestClassOverride",\r
-//#if defined(FOUNDATION10) || defined(J2SE13)\r
-//#else\r
-                  "com.ibm.icu.dev.test.bidi.TestCompatibility",\r
-//#endif\r
-              },\r
-              "Bidi tests");\r
-    }\r
-\r
-    public static final String CLASS_TARGET_NAME  = "Bidi";\r
-}\r
+//##header J2SE15
+/*
+*******************************************************************************
+*   Copyright (C) 2001-2009, International Business Machines
+*   Corporation and others.  All Rights Reserved.
+*******************************************************************************
+*/
+
+package com.ibm.icu.dev.test.bidi;
+
+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.bidi.TestCharFromDirProp",
+                  "com.ibm.icu.dev.test.bidi.TestBidi",
+                  "com.ibm.icu.dev.test.bidi.TestInverse",
+                  "com.ibm.icu.dev.test.bidi.TestReorder",
+                  "com.ibm.icu.dev.test.bidi.TestFailureRecovery",
+                  "com.ibm.icu.dev.test.bidi.TestMultipleParagraphs",
+                  "com.ibm.icu.dev.test.bidi.TestReorderingMode",
+                  "com.ibm.icu.dev.test.bidi.TestReorderRunsOnly",
+                  "com.ibm.icu.dev.test.bidi.TestStreaming",
+                  "com.ibm.icu.dev.test.bidi.TestClassOverride",
+//#if defined(FOUNDATION10) || defined(J2SE13)
+//#else
+                  "com.ibm.icu.dev.test.bidi.TestCompatibility",
+//#endif
+              },
+              "Bidi tests");
+    }
+
+    public static final String CLASS_TARGET_NAME  = "Bidi";
+}