From 99336ad6e41358ce3f64cf7ba5b21fabdbad9be2 Mon Sep 17 00:00:00 2001 From: takiguc Date: Wed, 2 Nov 2022 20:14:56 +0900 Subject: [PATCH] Fix typo on MBCS_Tests/CLDR_11/test.bat --- functional/MBCS_Tests/CLDR_11/test.bat | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/functional/MBCS_Tests/CLDR_11/test.bat b/functional/MBCS_Tests/CLDR_11/test.bat index c81eeb6a62..bc59920cc1 100755 --- a/functional/MBCS_Tests/CLDR_11/test.bat +++ b/functional/MBCS_Tests/CLDR_11/test.bat @@ -75,20 +75,14 @@ REM call :run_fc LocaleTest-%LANGTAG%-HOST.log %PWD%\win_expected_LocaleTest-%LA call :run_fc LocaleTest-%LANGTAG%-SPI.log expected_LocaleTest-%LANGTAG%-SPI.log fc30.out call :run_fc TimeZoneTestA-%LANGTAG%-DEFAULT.log "TimeZoneTestA-%LANGTAG%-CLDR,JRE.log" fc31.out -call :run_fc TimeZoneTestA-%LANGTAG%-DEFAULT.log "TimeZoneTestA-%LANGTAG%-CLDR,JRE.log" fc32.out -if %JAVAVERSION% LSS 11000008 ( - call :run_fc TimeZoneTestA-%LANGTAG%-JRE.log "TimeZoneTestA-%LANGTAG%-CLDR,JRE.log" fc33.out -) else ( - if %LANGTAG% NEQ zh-TW ( - call :run_fc TimeZoneTestA-%LANGTAG%-JRE.log "TimeZoneTestA-%LANGTAG%-CLDR,JRE.log" fc33.out - ) +call :run_fc TimeZoneTestA-%LANGTAG%-DEFAULT.log "TimeZoneTestA-%LANGTAG%-DEFAULT.log" fc32.out +if %LANGTAG% NEQ zh-TW ( + call :run_fc TimeZoneTestA-%LANGTAG%-JRE.log "TimeZoneTestA-%LANGTAG%-JRE.log" fc33.out ) REM call :run_fc TimeZoneTestA-%LANGTAG%-HOST.log "TimeZoneTestA-%LANGTAG%-CLDR,JRE.log" fc34.out -if %JAVAVERSION% LSS 11000007 ( - call :run_fc TimeZoneTestA-%LANGTAG%-SPI.log "TimeZoneTestA-%LANGTAG%-CLDR,JRE.log" fc35.out -) +call :run_fc TimeZoneTestA-%LANGTAG%-SPI.log "TimeZoneTestA-%LANGTAG%-SPI.log" fc35.out call :run_fc TimeZoneTestA-%LANGTAG%-CLDR.log expected_TimeZoneTestA-%LANGTAG%-CLDR.log fc36.out