]> 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_zh_Hant_HK.java
go
[Dictionary.git] / jars / icu4j-4_4_2-src / main / tests / core / src / com / ibm / icu / dev / test / duration / languages / Test_zh_Hant_HK.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 zh_Hant_HK\r
17  */\r
18 public class Test_zh_Hant_HK extends LanguageTestRoot {\r
19 \r
20   /**\r
21    * Invoke the tests.\r
22    */\r
23   public static void main(String[] args) {\r
24       new Test_zh_Hant_HK().run(args);\r
25   }\r
26 \r
27   /**\r
28    * Constructor.\r
29    */\r
30   public Test_zh_Hant_HK() {\r
31     super("zh_Hant_HK", false);\r
32   }\r
33 }\r