Skip to content

Use latin character codes to fix test build on Windows - #2464

Merged
labkey-tchad merged 2 commits into
developfrom
fb_fixTestCompileWindows
May 29, 2025
Merged

Use latin character codes to fix test build on Windows#2464
labkey-tchad merged 2 commits into
developfrom
fb_fixTestCompileWindows

Conversation

@labkey-tchad

@labkey-tchadlabkey-tchad commented May 29, 2025

Copy link
Copy Markdown
Member

Rationale

Test build mangles UTF character literals on Windows.

[ant:iajc] private static final char WIDE_PLACEHOLDER = 'Î '; // Wide character can't be picked from the string with 'charAt'
[ant:iajc] ^^^^
[ant:iajc] D:\teamcity\work\8063137bf091310a\server\testAutomation\src\org\labkey\test\util\TestDataGenerator.java:76:0::0 Invalid character constant

Related Pull Requests

Changes

  • Use latin character codes to fix test build on Windows

@labkey-tchad
labkey-tchad merged commit b244b28 into developMay 29, 2025
@labkey-tchad
labkey-tchad deleted the fb_fixTestCompileWindows branch May 29, 2025 18:29
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@labkey-tchad@labkey-danield