History log of /trunk/test/testuno/source/api/i18n/XCharacterClassificationTest.java (Results 1 – 10 of 10)
Revision Date Author Comments
# 33092868 21-Jul-2025 John Bampton <jbampton@users.noreply.github.com>

pre-commit auto remove trailing whitespace from java files (#382)

A another big huge auto white space clean up.


# daf711bf 09-May-2025 Damjan Jovanovic <damjan@apache.org>

Document that XcharacterClassification._toLower() has bug #87590.

Patch by: me


# 07b05676 08-May-2025 Damjan Jovanovic <damjan@apache.org>

Fix the error and failure in the XCharacterClassificationTest._getScript()
unit test. Don't check the surrogate pairs, which getScript() doesn't
seem to identify correctly. Also verify the script is

Fix the error and failure in the XCharacterClassificationTest._getScript()
unit test. Don't check the surrogate pairs, which getScript() doesn't
seem to identify correctly. Also verify the script is in range of our known
script value range to avoid ArrayIndexOutOfBoundsException.

Patch by: me

show more ...


# 5c977050 08-May-2025 Damjan Jovanovic <damjan@apache.org>

Fix the test failure in XCharacterClassificationTest._getCharacterType().
The ')' doesn't have type PRINTABLE any longer, so use '*' instead
which does have it.

Patch by: me


# 24ef62ed 08-May-2025 Damjan Jovanovic <damjan@apache.org>

Fix the test failures in XCharacterClassificationTest._getType().
Some of the hardcoded characters no longer had the type they were
originally expected to have, probably due to changes in new Unicode

Fix the test failures in XCharacterClassificationTest._getType().
Some of the hardcoded characters no longer had the type they were
originally expected to have, probably due to changes in new Unicode
versions. Replace them with other characters that have the expected
types now.

Patch by: me

show more ...


# c4369f90 08-May-2025 Damjan Jovanovic <damjan@apache.org>

Fix spacing.

Patch by: me


# 8619c510 08-May-2025 Damjan Jovanovic <damjan@apache.org>

Fix a typo.

Patch by: me


# cc5c65fb 08-May-2025 Damjan Jovanovic <damjan@apache.org>

Fix the XCharacterClassificationTest._getCharacterDirection() test
by using 43 (the '+' sign) instead of 47 ('/') when testing for the
DirectionProperty.EUROPEAN_NUMBER_SEPARATOR property.

Patch by:

Fix the XCharacterClassificationTest._getCharacterDirection() test
by using 43 (the '+' sign) instead of 47 ('/') when testing for the
DirectionProperty.EUROPEAN_NUMBER_SEPARATOR property.

Patch by: me

show more ...


# 2f709283 08-May-2025 Damjan Jovanovic <damjan@apache.org>

Integrate the i18n unit tests with their new test framework,
eliminate most method order dependencies, and other
test fixes.

Patch by: me


# de76a5ad 08-May-2025 Damjan Jovanovic <damjan@apache.org>

Begin moving i18n unit tests from main/qadevOOo to test/testuno/source/api.
Delete these from the broken/unused main/framework/qa/complex/api_internal/api.lst.

Patch by: me