| #
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.
|
| #
da5c8a22
|
| 09-May-2025 |
Damjan Jovanovic <damjan@apache.org> |
Test for October properly. Month 10 will fail both of these tests else if (month > 6 && month < 10) { quarter = "Q3"; longQuarter = "3rd quarter"; } else if (month > 10 && month < 13)
Test for October properly. Month 10 will fail both of these tests else if (month > 6 && month < 10) { quarter = "Q3"; longQuarter = "3rd quarter"; } else if (month > 10 && month < 13) {quarter = "Q4"; longQuarter = "4th quarter"; } as 10 is neither greater nor lesser than 10. Rewrite the comparison to include 10 properly, and clean it up.
Patch by: me Fixes: https://bz.apache.org/ooo/show_bug.cgi?id=94658
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
|