flow.js: fix testChunks in test

This commit is contained in:
Phú 2015-11-08 11:22:15 +07:00
parent 0e571efd35
commit a3f2c72f88

View File

@ -41,7 +41,7 @@ flowOptions.testMethod = "";
flowOptions.uploadMethod = "";
flowOptions.allowDuplicateUploads = true;
flowOptions.prioritizeFirstAndLastChunk = true;
flowOptions.testchunks = true;
flowOptions.testChunks = true;
flowOptions.preprocess = () => {};
flowOptions.initFileFn = () => {};
flowOptions.generateUniqueIdentifier = () => {};