< prev index next >

test/jdk/java/util/Currency/PropertiesTest.sh

Print this page

        

*** 1,8 **** #!/bin/sh ! # Copyright (c) 2007, 2016, 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,8 ---- #!/bin/sh ! # Copyright (c) 2007, 2018, 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.
*** 22,32 **** # questions. # # @test # @bug 6332666 6863624 7180362 8003846 8074350 8074351 8130246 8149735 7102969 ! # 8157138 # @summary tests the capability of replacing the currency data with user # specified currency properties file # @build PropertiesTest # @run shell/timeout=600 PropertiesTest.sh --- 22,32 ---- # questions. # # @test # @bug 6332666 6863624 7180362 8003846 8074350 8074351 8130246 8149735 7102969 ! # 8157138 8190904 # @summary tests the capability of replacing the currency data with user # specified currency properties file # @build PropertiesTest # @run shell/timeout=600 PropertiesTest.sh
*** 122,131 **** --- 122,136 ---- # run bug8157138 test echo '' ${WRITABLEJDK}${FS}bin${FS}java ${TESTVMOPTS} -cp ${TESTCLASSES} PropertiesTest bug8157138 if [ $? != 0 ]; then failures=`expr $failures + 1`; fi + # run bug8190904 test + echo '' + ${WRITABLEJDK}${FS}bin${FS}java ${TESTVMOPTS} -cp ${TESTCLASSES} PropertiesTest bug8190904 + if [ $? != 0 ]; then failures=`expr $failures + 1`; fi + # Cleanup rm -rf $WRITABLEJDK # compare the two dump files run PropertiesTest -c dump1 dump3 ${PROPS}
< prev index next >