Fix some typos in QProcess and QSslSocket unit tests.
authorStephen Kelly <stephen.kelly@kdab.com>
Tue, 4 Dec 2012 10:46:40 +0000 (11:46 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 4 Dec 2012 13:41:43 +0000 (14:41 +0100)
commit348c5bd19a08b3a341e066234ef4fb08ee81e3c0
treeaf723345aef81094dcdc45487029626787cb7290
parent0f8b7deef1e6d2b0d24f83c12c3ce11ed0fc0640
Fix some typos in QProcess and QSslSocket unit tests.

The QSslSocket one is both wrong and redundant as there is a
Q_DECLARE_METATYPE for it already.

Change-Id: I63d065abfb3d0e3d82a8b1f29a6752b7676db847
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
tests/auto/corelib/io/qprocess/tst_qprocess.cpp
tests/auto/network/ssl/qsslsocket/tst_qsslsocket.cpp