-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
test(developer): kmc keyboard info compiler messages unit tests #10848
test(developer): kmc keyboard info compiler messages unit tests #10848
Conversation
User Test ResultsTest specification and instructions User tests are not required Test Artifacts
|
@keymanapp-test-bot skip |
…r.decode restored in two tests
… (.kmp fileSize) test
…in correct test file
I have moved the test from the earlier fix (ERROR_FileDoesNotExist (.kmp fileSize)) to test-info-compiler-messages.ts, where I have added all the other message related tests. [I have also been able to remove some more of the fixture files from the test for ERROR_FileDoesNotExist (.kmp fileSize)] The following errors do not seem to be used, so no tests have been written: Error_FileIsNotValid, Warn_MetadataFieldInconsistent, Hint_OutputValidation, Warn_OutputValidation, Error_OutputValidation; in addition, Error_InvalidAuthorEmail was previously marked as covered; finally, ERROR_FontFileCannotBeRead will be tested as part of a forthcoming fix. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. We should open an issue to remove the unused messages
Changes in this pull request will be available for download in Keyman version 17.0.288-beta |
Replaces #9926