svn commit: r1936833 - apr/apr/trunk/test
[email protected] Mon, 03 Aug 2026 14:38:27 -0000
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <178576790768.1881296.7775357506341805032@svn03-he-fi> |
Author: covener Date: Mon Aug 3 14:38:27 2026 New Revision: 1936833 Log: AIX native iconv won't do utf-7, check Modified: apr/apr/trunk/test/testxlate.c Modified: apr/apr/trunk/test/testxlate.c ============================================================================== --- apr/apr/trunk/test/testxlate.c Mon Aug 3 14:28:57 2026 (r1936832) +++ apr/apr/trunk/test/testxlate.c Mon Aug 3 14:38:27 2026 (r1936833) @@ -52,11 +52,11 @@ DECLARE_TEST_PARAMS(utf8, latin1, 0); DECLARE_TEST_PARAMS(latin1, utf8, 0); DECLARE_TEST_PARAMS(latin1, latin2, 1); DECLARE_TEST_PARAMS(latin2, latin1, 1); -DECLARE_TEST_PARAMS(utf8, utf7, 0); +DECLARE_TEST_PARAMS(utf8, utf7, 1); /* NOTE: The system libiconv on macOS has a bug in the UTF-7 to UTF-8 * conversion that leaves the trailing '-' in the translated * string, causing this test to fail. */ -DECLARE_TEST_PARAMS(utf7, utf8, 0); +DECLARE_TEST_PARAMS(utf7, utf8, 1); #undef DECLARE_TEST_PARAMS