]> gitweb.fperrin.net Git - Dictionary.git/blob - jars/icu4j-4_4_2-src/main/tests/core/src/com/ibm/icu/dev/test/util/TestData_en.jpp
go
[Dictionary.git] / jars / icu4j-4_4_2-src / main / tests / core / src / com / ibm / icu / dev / test / util / TestData_en.jpp
1 /*\r
2  *******************************************************************************\r
3  * Copyright (C) 2005, International Business Machines Corporation and    *\r
4  * others. All Rights Reserved.                                                *\r
5  *******************************************************************************\r
6  */\r
7 import java.util.ListResourceBundle;\r
8 import com.ibm.icu.impl.ICUListResourceBundle;\r
9 /*\r
10  * Eclipse expects the java files in a package-like directory structure to have a package declaration at the top of the file.\r
11  * To fool Eclipse this file has an "jpp" extension. The ant build script copies this file to the default package and renames it\r
12  * before building.\r
13  */ \r
14 /**\r
15  * @author ram\r
16  */\r
17 \r
18 public class TestData_en extends ListResourceBundle {\r
19     public TestData_en() {\r
20         \r
21   }\r
22   private static Object[][] data = new Object[][] { \r
23               {\r
24                   "aaa",\r
25                  "testcircularalias/aab",\r
26               },\r
27               {\r
28                   "aab",\r
29                   "testcircularalias/aac",\r
30               },\r
31               {\r
32                   "aac",\r
33                   "testcircularalias/aaa",\r
34               } \r
35   };\r
36   protected Object[][] getContents(){\r
37       return data;\r
38   }\r
39 }\r