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