-
-
Notifications
You must be signed in to change notification settings - Fork 44
test: refactor UnicodeJspsTest and create unicodetools-testutils #209
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
Conversation
@macchiati and anyone: test failures start here: https://github.com/unicode-org/unicodetools/runs/5503791433?check_suite_focus=true#step:10:904 |
Make some tests skipped unless -DUNICODETOOLS_RUN_BROKEN_TEST=true For: #146
tests should pass… more fixes can be done in the future. |
results = LanguageCode.validate("$, eng-840, fr-fr",new ULocale("en")); | ||
assertTrue("", results.contains("target='languageid'>fr-FR</b>")); | ||
assertContains(results, "target='languageid'>fr-FR</a></b>"); |
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.
@macchiati this seemed like a simple data fix in the assertion, maybe the HTML just changed?
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.
changes look plausible so far... thanks for doing all of this work!
unicodetools-testutils/src/main/java/org/unicode/unittest/TestFmwkMinusMinus.java
Outdated
Show resolved
Hide resolved
…FmwkMinusMinus.java Co-authored-by: Markus Scherer <markus.icu@gmail.com>
Thanks. Fixed indentation, ok to merge ? |
Ah yes. DisabledIf is indeed unused. Will 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 tnx
For: #146