From c8612b156df4d77e9bfdc39750db415ba389ab56 Mon Sep 17 00:00:00 2001 From: Ievgenii Meshcheriakov Date: Mon, 30 Aug 2021 14:05:04 +0200 Subject: [PATCH] tst_qstringapisymmetry: Re-enable trim_trimmed_QByteArray The testcase was disabled with no explanation in 2766322de37adba37e0d0d4b0054e55edff01c6c but seems to work fine. Change-Id: Ibc22a4ffb756604e22c1f2cf1165919c1d7f1212 Reviewed-by: Thiago Macieira Reviewed-by: Edward Welbourne --- .../corelib/text/qstringapisymmetry/tst_qstringapisymmetry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/corelib/text/qstringapisymmetry/tst_qstringapisymmetry.cpp b/tests/auto/corelib/text/qstringapisymmetry/tst_qstringapisymmetry.cpp index 3447af88eb1..31b1e130e56 100644 --- a/tests/auto/corelib/text/qstringapisymmetry/tst_qstringapisymmetry.cpp +++ b/tests/auto/corelib/text/qstringapisymmetry/tst_qstringapisymmetry.cpp @@ -701,7 +701,7 @@ private Q_SLOTS: void trim_trimmed_QLatin1String_data() { trimmed_data(); } void trim_trimmed_QLatin1String() { trimmed_impl(); } void trim_trimmed_QByteArray_data() { trimmed_data(); } - void trim_trimmed_QByteArray() { /*trimmed_impl();*/ } // TODO + void trim_trimmed_QByteArray() { trimmed_impl(); } private: void toNumber_data();