summaryrefslogtreecommitdiff
path: root/tests/auto/files/tst_files.cpp
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2013-06-13 10:41:30 +0200
committerFrederik Gladhorn <frederik.gladhorn@digia.com>2013-06-13 14:01:11 +0200
commit3390cb114ee1a21e1a103ef62ad1a414592f20c7 (patch)
treed8e7c8b8b8fde5531979de28343399ad24e72772 /tests/auto/files/tst_files.cpp
parentd9da3c5403ab5c8162157d325bd520790369a9fb (diff)
downloadqtenginio-3390cb114ee1a21e1a103ef62ad1a414592f20c7.tar.gz
Use chunk size from test data
Diffstat (limited to 'tests/auto/files/tst_files.cpp')
-rw-r--r--tests/auto/files/tst_files.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/files/tst_files.cpp b/tests/auto/files/tst_files.cpp
index b1f8126..9cad24d 100644
--- a/tests/auto/files/tst_files.cpp
+++ b/tests/auto/files/tst_files.cpp
@@ -97,7 +97,7 @@ void tst_Files::fileUploadDownload()
if (chunkSize > 0) {
EnginioClientPrivate *clientPrivate = EnginioClientPrivate::get(&client);
- clientPrivate->_uploadChunkSize = 1024;
+ clientPrivate->_uploadChunkSize = chunkSize;
}
QSignalSpy spy(&client, SIGNAL(finished(EnginioReply *)));