< prev index next >

test/java/util/TimeZone/OldIDMappingTest.sh

Print this page
rev 1541 : 8003890: corelibs test scripts should pass TESTVMOPTS
Reviewed-by: chegar, alanb
Contributed-by: Mark Sheppard <mark.sheppard@oracle.com>

*** 38,59 **** for I in "" " " no No NO false False FALSE Hello do if [ x"$I" != x ]; then D="-Dsun.timezone.ids.oldmapping=${I}" fi ! if ! ${JAVA} ${D} -cp ${TESTCLASSES} OldIDMappingTest -new; then STATUS=1 fi done # Expecting the old mapping for I in true True TRUE yes Yes YES do if [ "x$I" != x ]; then D="-Dsun.timezone.ids.oldmapping=${I}" fi ! if ! ${JAVA} ${D} -cp ${TESTCLASSES} OldIDMappingTest -old; then STATUS=1 fi done exit ${STATUS} --- 38,59 ---- for I in "" " " no No NO false False FALSE Hello do if [ x"$I" != x ]; then D="-Dsun.timezone.ids.oldmapping=${I}" fi ! if ! ${JAVA} ${D} ${TESTVMOPTS} -cp ${TESTCLASSES} OldIDMappingTest -new; then STATUS=1 fi done # Expecting the old mapping for I in true True TRUE yes Yes YES do if [ "x$I" != x ]; then D="-Dsun.timezone.ids.oldmapping=${I}" fi ! if ! ${JAVA} ${D} ${TESTVMOPTS} -cp ${TESTCLASSES} OldIDMappingTest -old; then STATUS=1 fi done exit ${STATUS}
< prev index next >