~ubuntu-branches/ubuntu/vivid/icu4j-4.4/vivid

« back to all changes in this revision

Viewing changes to main/tests/core/src/com/ibm/icu/dev/test/duration/languages/Test_ko.java

  • Committer: Bazaar Package Importer
  • Author(s): Niels Thykier
  • Date: 2011-08-02 15:50:33 UTC
  • Revision ID: james.westby@ubuntu.com-20110802155033-itjzsl21y2lqdonn
Tags: upstream-4.4.2
ImportĀ upstreamĀ versionĀ 4.4.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 * Test cases for ko
 
16
 */
 
17
public class Test_ko extends LanguageTestRoot {
 
18
 
 
19
  /**
 
20
   * Invoke the tests.
 
21
   */
 
22
  public static void main(String[] args) {
 
23
      new Test_ko().run(args);
 
24
  }
 
25
 
 
26
  /**
 
27
   * Constructor.
 
28
   */
 
29
  public Test_ko() {
 
30
    super("ko", false);
 
31
  }
 
32
}