Skip to content

34817 add utf8 test cases and fix broken tag test cases#34819

Open
hassandotcms wants to merge 6 commits intomainfrom
34817-add-utf8-test-cases-fix-broken-tag-test-cases
Open

34817 add utf8 test cases and fix broken tag test cases#34819
hassandotcms wants to merge 6 commits intomainfrom
34817-add-utf8-test-cases-fix-broken-tag-test-cases

Conversation

@hassandotcms
Copy link
Contributor

@hassandotcms hassandotcms commented Mar 2, 2026

Proposed Changes

  • Fix broken tests in v2 TagResourceIntegrationTest
  • Add UTF-8/Unicode test coverage for create, rename, import, and export tag operations.

Checklist

  • Tests
  • Translations
  • Security Implications Contemplated (add notes if applicable)

Additional Info

** any additional useful context or info **

Screenshots

Original Updated
** original screenshot ** ** updated screenshot **

fixes: #34817

Fix 3 broken tests (201→200 response contract from #34604).
Add 5 UTF-8 tests for create, rename, import, export, round-trip.
Register TagResourceIntegrationTest in MainSuite1b for CI.
@hassandotcms hassandotcms linked an issue Mar 2, 2026 that may be closed by this pull request
@github-actions github-actions bot added the Area : Backend PR changes Java/Maven backend code label Mar 2, 2026
@hassandotcms hassandotcms marked this pull request as ready for review March 3, 2026 14:54
- Replace hardcoded \n with %n format specifier in buildCsv() method
- Ensures correct line endings on all platforms (Windows: \r\n, Unix: \n)
- Addresses PR feedback for cross-platform compatibility
…utf8-test-cases-fix-broken-tag-test-cases
@hassandotcms hassandotcms added this pull request to the merge queue Mar 5, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Mar 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area : Backend PR changes Java/Maven backend code

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

Add utf8 test cases + fix broken tag test cases

3 participants