]> source.dussan.org Git - nextcloud-server.git/commitdiff
deleted forgotten code in test 4412/head
authorArtur Neumann <info@individual-it.net>
Thu, 20 Apr 2017 16:35:17 +0000 (22:20 +0545)
committerArtur Neumann <info@individual-it.net>
Thu, 20 Apr 2017 16:42:51 +0000 (22:27 +0545)
how embarrassing, left code from before I've done the loop around the test
Signed-off-by: Artur Neumann <info@individual-it.net>
apps/files_sharing/tests/js/fileDropSpec.js

index 6a5ccabb7c966e9d6d41f31c78f0c506ed1a4151..22bb95878b48ed9cdafc8c359ba351e70fb3be0f 100644 (file)
@@ -69,7 +69,6 @@ describe("files Drop tests", function() {
 
        replicatedTestFiles.map(function (testFile) {
                it("validates the filenames correctly", function() {
-                       testFile = { name: 'test.txt', expectedValidationResult: true };
                                data = {
                                        'submit': function() {},
                                        'files': [testFile]