diff options
author | Aleksandar Sasha Babic <aleksandar.babic@nokia.com> | 2009-08-20 07:26:22 (GMT) |
---|---|---|
committer | Aleksandar Sasha Babic <aleksandar.babic@nokia.com> | 2009-08-20 07:26:22 (GMT) |
commit | b0743dd4e6f72108ac1fd989a418969fd241335d (patch) | |
tree | ab5b6faca4b5c459fa81a64f078a9b7ff4e04695 /tests/auto/qftp | |
parent | 5ce1ce19cc34c389ac4705d85582ee1c57519175 (diff) | |
download | Qt-b0743dd4e6f72108ac1fd989a418969fd241335d.zip Qt-b0743dd4e6f72108ac1fd989a418969fd241335d.tar.gz Qt-b0743dd4e6f72108ac1fd989a418969fd241335d.tar.bz2 |
Removing commented lines.
Diffstat (limited to 'tests/auto/qftp')
-rw-r--r-- | tests/auto/qftp/tst_qftp.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/auto/qftp/tst_qftp.cpp b/tests/auto/qftp/tst_qftp.cpp index c60a5cd..34b42a9 100644 --- a/tests/auto/qftp/tst_qftp.cpp +++ b/tests/auto/qftp/tst_qftp.cpp @@ -1556,16 +1556,10 @@ void tst_QFtp::binaryAscii() ResMapIt it2 = resultMap.find(QFtp::Get); QVERIFY(it2 != resultMap.end()); QVERIFY(it2.value().success); -/* -#ifdef Q_OS_SYMBIAN - QVERIFY(getData.size() == putData.size()); -#else -*/ // most modern ftp servers leave the file as it is by default // (and do not remove the windows line ending), the -1 below could be // deleted in the future QVERIFY(getData.size() == putData.size()-1); -//#endi ////////////////////////////////////////////////////////////////// // cleanup (i.e. remove the file) -- this also tests the remove command init(); |