summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text/qstringapisymmetry
diff options
context:
space:
mode:
authorIevgenii Meshcheriakov <ievgenii.meshcheriakov@qt.io>2021-08-30 14:05:04 +0200
committerIevgenii Meshcheriakov <ievgenii.meshcheriakov@qt.io>2021-08-31 19:45:52 +0200
commitc8612b156df4d77e9bfdc39750db415ba389ab56 (patch)
tree7d667e6fbc0b558823dbfeaa97e5c9cabb04354c /tests/auto/corelib/text/qstringapisymmetry
parent5ad75eda0c59fa9dbbcb15ccf466ae9683ca8c0e (diff)
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 <thiago.macieira@intel.com> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'tests/auto/corelib/text/qstringapisymmetry')
-rw-r--r--tests/auto/corelib/text/qstringapisymmetry/tst_qstringapisymmetry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/corelib/text/qstringapisymmetry/tst_qstringapisymmetry.cpp b/tests/auto/corelib/text/qstringapisymmetry/tst_qstringapisymmetry.cpp
index 3447af88eb..31b1e130e5 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<QLatin1String>(); }
void trim_trimmed_QByteArray_data() { trimmed_data(); }
- void trim_trimmed_QByteArray() { /*trimmed_impl<QByteArray>();*/ } // TODO
+ void trim_trimmed_QByteArray() { trimmed_impl<QByteArray>(); }
private:
void toNumber_data();