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

Issue #11446: Update CheckerTest method testUnmappableCharacters #14776

Closed
wants to merge 3 commits into from

Conversation

LakshmiSowmya04
Copy link

@LakshmiSowmya04 LakshmiSowmya04 commented Apr 9, 2024

This pull request addresses issue #11446 by updating the CheckerTest method testUnmappableCharacters
Please look into this PR and let me know if there is something I need to change.

@LakshmiSowmya04
Copy link
Author

@mahfouz72 can u please let me know if there is any mistake which I did

checkerConfig.addProperty("charset", "IBM1098");

verify(checkerConfig, getPath("InputCheckerTestCharset.java"), expected);
verifyWithInlineXmlConfig(getPath("InputCheckerTestCharset.java"), expected);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you have to put the config comment in xml format in the beginning of this input file

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are we using verifyWithInlineXmlConfig instead of verifyWithInlineConfig?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will use verifyWithInlineConfig and will make PR again
....I used filename.xml before because of which I was mistaken

Thanks for the comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants