]> gitweb.fperrin.net Git - Dictionary.git/blob - jars/icu4j-4_4_2-src/main/tests/core/src/com/ibm/icu/dev/test/duration/languages/Test_he_IL.java
go
[Dictionary.git] / jars / icu4j-4_4_2-src / main / tests / core / src / com / ibm / icu / dev / test / duration / languages / Test_he_IL.java
1 /*\r
2 ******************************************************************************\r
3 * Copyright (C) 2007, International Business Machines Corporation and        *\r
4 * others. All Rights Reserved.                                               *\r
5 ******************************************************************************\r
6 */\r
7 \r
8 // Copyright 2006 Google Inc.  All Rights Reserved.\r
9 \r
10 package com.ibm.icu.dev.test.duration.languages;\r
11 \r
12 import com.ibm.icu.dev.test.duration.LanguageTestRoot;\r
13 \r
14 \r
15 /**\r
16  * Test cases for he_IL\r
17  */\r
18 public class Test_he_IL extends LanguageTestRoot {\r
19   /**\r
20    * Invoke the tests.\r
21    */\r
22   public static void main(String[] args) {\r
23       new Test_he_IL().run(args);\r
24   }\r
25 \r
26   /**\r
27    * Constructor.\r
28    */\r
29   public Test_he_IL() {\r
30     super("he_IL", false);\r
31   }\r
32 }\r