test/java/util/Currency/CurrencyTest.java

Print this page
rev 10180 : 8039317: Read currency.data as a resource
Reviewed-by:

*** 1,7 **** /* ! * Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2007, 2014, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 21,31 **** * questions. */ /* * @test * @bug 4290801 4692419 4693631 5101540 5104960 6296410 6336600 6371531 ! * 6488442 7036905 * @summary Basic tests for Currency class. */ import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; --- 21,31 ---- * questions. */ /* * @test * @bug 4290801 4692419 4693631 5101540 5104960 6296410 6336600 6371531 ! * 6488442 7036905 8039317 * @summary Basic tests for Currency class. */ import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream;