<i18n dev> Review Request:JDK-8061287-Update i18n tests to remove references of jre dir
Rachna Goel
rachna.goel at oracle.com
Wed Oct 21 18:00:55 UTC 2015
Hi all,
Please review a small change in PropertiesTest.sh.
Please find attached diff generated from "hg diff".
Thanks,
Rachna
-------------- next part --------------
diff -r b3d0002fde2a test/java/util/Currency/PropertiesTest.sh
--- a/test/java/util/Currency/PropertiesTest.sh Thu Oct 08 22:31:42 2015 +0530
+++ b/test/java/util/Currency/PropertiesTest.sh Wed Oct 21 23:02:30 2015 +0530
@@ -101,11 +101,7 @@
# without disturbing other users, including concurrently executing tests.
WRITABLEJDK=.${FS}testjava
cp -H -R $TESTJAVA $WRITABLEJDK || exit 1
-if [ -d ${TESTJAVA}${FS}jre ]; then
- PROPLOCATION=${WRITABLEJDK}${FS}jre${FS}lib
-else
- PROPLOCATION=${WRITABLEJDK}${FS}lib
-fi
+PROPLOCATION=${WRITABLEJDK}${FS}lib
chmod -R +w $WRITABLEJDK || exit 1
cp ${PROPS} $PROPLOCATION || exit 1
echo "Properties location: ${PROPLOCATION}"
More information about the i18n-dev
mailing list