8166553: undeclared dependencies for two IO tests

Reviewed-by: bpb
This commit is contained in:
Sergei Kovalev 2016-09-23 12:08:38 +03:00 committed by Sergei Kovalev
parent 90dc593460
commit 72a44a46fa
2 changed files with 5 additions and 4 deletions

View file

@ -21,10 +21,11 @@
* questions. * questions.
*/ */
/** /*
* @test * @test
* @bug 8146156 * @bug 8146156
* @summary test whether conversion follows Locale.Category.FORMAT locale. * @summary test whether conversion follows Locale.Category.FORMAT locale.
* @modules jdk.localedata
* @run main/othervm FormatLocale * @run main/othervm FormatLocale
*/ */

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -28,11 +28,11 @@
* @bug 8008386 * @bug 8008386
* @summary (cs) Unmappable leading should be decoded to replacement. * @summary (cs) Unmappable leading should be decoded to replacement.
* Tests for Shift_JIS and MS932 decoding * Tests for Shift_JIS and MS932 decoding
* @modules jdk.charsets
* @run main TestUnmappable * @run main TestUnmappable
*/ */
import java.nio.*; import java.nio.charset.Charset;
import java.nio.charset.*;
public class TestUnmappable { public class TestUnmappable {
public static void main(String args[]) throws Exception { public static void main(String args[]) throws Exception {