summaryrefslogtreecommitdiff
path: root/tests/files
diff options
context:
space:
mode:
authorhomm <homm86@gmail.com>2013-09-04 20:08:13 +0400
committerBaptiste Mispelon <bmispelon@gmail.com>2013-09-10 01:55:16 +0200
commit7008ed61c519f93a9b6c5c547ad718ad2deb959b (patch)
tree1242f699be210f40ec6724322b48c0b99979a5c4 /tests/files
parentd6e222f30a0277d31522439c86e7e939ef1a858e (diff)
downloaddjango-7008ed61c519f93a9b6c5c547ad718ad2deb959b.tar.gz
Fixed #21033 -- Fixed uploaded filenames not always being truncated to 255 characters
Diffstat (limited to 'tests/files')
-rw-r--r--tests/files/tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/files/tests.py b/tests/files/tests.py
index 2bc9d566d8..fbc1b1fe6c 100644
--- a/tests/files/tests.py
+++ b/tests/files/tests.py
@@ -132,7 +132,6 @@ class FileStorageTests(TestCase):
self.assertEqual(f.read(), b'content')
-
class FileTests(unittest.TestCase):
def test_context_manager(self):
orig_file = tempfile.TemporaryFile()