CB-10098 filetransfer.spec.33 is faulty

This commit is contained in:
daserge
2015-11-30 14:43:25 +03:00
parent fe81475829
commit 416be7633b
+1 -1
View File
@@ -669,7 +669,7 @@ exports.defineAutoTests = function () {
done();
};
transfer.download(imageURL, localFilePath, unexpectedCallbacks.httpWin, downloadFail, null,
transfer.download(imageURL + "?q=" + lastModified.getTime(), localFilePath, unexpectedCallbacks.httpWin, downloadFail, null,
{
headers: {
'If-Modified-Since': lastModified.toUTCString()