< prev index next >

test/java/text/Collator/FinnishTest.java

Print this page




   8  *
   9  * This code is distributed in the hope that it will be useful, but WITHOUT
  10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12  * version 2 for more details (a copy is included in the LICENSE file that
  13  * accompanied this code).
  14  *
  15  * You should have received a copy of the GNU General Public License version
  16  * 2 along with this work; if not, write to the Free Software Foundation,
  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  */
  23 
  24 /*
  25  * @test
  26  * @library /java/text/testlib
  27  * @summary test Finnish Collation

  28  */
  29 /*
  30 (C) Copyright Taligent, Inc. 1996 - All Rights Reserved
  31 (C) Copyright IBM Corp. 1996 - All Rights Reserved
  32 
  33   The original version of this source code and documentation is copyrighted and
  34 owned by Taligent, Inc., a wholly-owned subsidiary of IBM. These materials are
  35 provided under terms of a License Agreement between Taligent and Sun. This
  36 technology is protected by multiple US and International patents. This notice and
  37 attribution to Taligent may not be removed.
  38   Taligent is a registered trademark of Taligent, Inc.
  39 */
  40 
  41 import java.util.Locale;
  42 import java.text.Collator;
  43 
  44 // Quick dummy program for printing out test results
  45 public class FinnishTest extends CollatorTest {
  46 
  47     public static void main(String[] args) throws Exception {




   8  *
   9  * This code is distributed in the hope that it will be useful, but WITHOUT
  10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12  * version 2 for more details (a copy is included in the LICENSE file that
  13  * accompanied this code).
  14  *
  15  * You should have received a copy of the GNU General Public License version
  16  * 2 along with this work; if not, write to the Free Software Foundation,
  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  */
  23 
  24 /*
  25  * @test
  26  * @library /java/text/testlib
  27  * @summary test Finnish Collation
  28  * @modules jdk.localedata
  29  */
  30 /*
  31 (C) Copyright Taligent, Inc. 1996 - All Rights Reserved
  32 (C) Copyright IBM Corp. 1996 - All Rights Reserved
  33 
  34   The original version of this source code and documentation is copyrighted and
  35 owned by Taligent, Inc., a wholly-owned subsidiary of IBM. These materials are
  36 provided under terms of a License Agreement between Taligent and Sun. This
  37 technology is protected by multiple US and International patents. This notice and
  38 attribution to Taligent may not be removed.
  39   Taligent is a registered trademark of Taligent, Inc.
  40 */
  41 
  42 import java.util.Locale;
  43 import java.text.Collator;
  44 
  45 // Quick dummy program for printing out test results
  46 public class FinnishTest extends CollatorTest {
  47 
  48     public static void main(String[] args) throws Exception {


< prev index next >