tst_qstringapisymmetry: Re-enable trim_trimmed_QByteArray
The testcase was disabled with no explanation in
2766322de3
but seems to work fine.
Change-Id: Ibc22a4ffb756604e22c1f2cf1165919c1d7f1212
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
This commit is contained in:
parent
5ad75eda0c
commit
c8612b156d
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user