History log of /trunk/test/testuno/source/api/i18n/XBreakIteratorTest.java (Results 1 – 5 of 5)
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.


# 141ed1b0 29-May-2025 John Bampton <jbampton@users.noreply.github.com>

Fix spelling (#368)

* misc: fix spelling

* Update ignored words list


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

Fix the test failures in XBreakIteratorTest._isBeginWord() and _isEndWord().
It was failing because the word type differed: it used WordType.ANY_WORD
when calling XBreakIterator.isBeginWord() and XBr

Fix the test failures in XBreakIteratorTest._isBeginWord() and _isEndWord().
It was failing because the word type differed: it used WordType.ANY_WORD
when calling XBreakIterator.isBeginWord() and XBreakIterator.isEndWord(),
but used WordType.ANYWORD_IGNOREWHITESPACES instead when determining
word boundaries to test in nextWord().

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