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