aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/tests/js/fileactionsSpec.js
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2014-02-20 16:55:18 +0100
committerRobin Appelman <icewind@owncloud.com>2014-02-20 16:55:18 +0100
commit0624476aa19a63b1f4e35f35e151c3fc46cb697f (patch)
tree67e9ead3bfd44e7efe3f4a6d1325866075dbd702 /apps/files/tests/js/fileactionsSpec.js
parentf33d35cd073addb08c78a65b719c72eb5424434a (diff)
parentec45a3c0e2567c89729bc6fe8c996b7939025429 (diff)
downloadnextcloud-server-0624476aa19a63b1f4e35f35e151c3fc46cb697f.tar.gz
nextcloud-server-0624476aa19a63b1f4e35f35e151c3fc46cb697f.zip
Merge branch 'master' into mimeicons-svg
Diffstat (limited to 'apps/files/tests/js/fileactionsSpec.js')
-rw-r--r--apps/files/tests/js/fileactionsSpec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/tests/js/fileactionsSpec.js b/apps/files/tests/js/fileactionsSpec.js
index 8bbc1d3d141..ef7ddcb874a 100644
--- a/apps/files/tests/js/fileactionsSpec.js
+++ b/apps/files/tests/js/fileactionsSpec.js
@@ -69,7 +69,7 @@ describe('FileActions tests', function() {
$tr.find('.action[data-action=Download]').click();
expect(redirectStub.calledOnce).toEqual(true);
- expect(redirectStub.getCall(0).args[0]).toEqual(OC.webroot + '/index.php/apps/files/ajax/download.php?files=test%20download%20File.txt&dir=%2Fsubdir&download');
+ expect(redirectStub.getCall(0).args[0]).toEqual(OC.webroot + '/index.php/apps/files/ajax/download.php?dir=%2Fsubdir&files=test%20download%20File.txt');
redirectStub.restore();
});
});