Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo on MBCS_Tests/CLDR_11/test.bat #4105

Merged
merged 1 commit into from
Nov 2, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 4 additions & 10 deletions functional/MBCS_Tests/CLDR_11/test.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down