summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorArtur Neumann <info@individual-it.net>2017-04-20 22:20:17 +0545
committerArtur Neumann <info@individual-it.net>2017-04-20 22:27:51 +0545
commitfaf55adb90a6524928b80598d07a5255bc5ed1f9 (patch)
tree134d364b367b69964a0c5247bf1e2dd7f8738902 /apps
parentbf58d24b5cf5879df5685a3ece63ad8bb0203feb (diff)
downloadnextcloud-server-faf55adb90a6524928b80598d07a5255bc5ed1f9.tar.gz
nextcloud-server-faf55adb90a6524928b80598d07a5255bc5ed1f9.zip
deleted forgotten code in test
how embarrassing, left code from before I've done the loop around the test Signed-off-by: Artur Neumann <info@individual-it.net>
Diffstat (limited to 'apps')
-rw-r--r--apps/files_sharing/tests/js/fileDropSpec.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_sharing/tests/js/fileDropSpec.js b/apps/files_sharing/tests/js/fileDropSpec.js
index 6a5ccabb7c9..22bb95878b4 100644
--- a/apps/files_sharing/tests/js/fileDropSpec.js
+++ b/apps/files_sharing/tests/js/fileDropSpec.js
@@ -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]