summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHonza Král <honza.kral@gmail.com>2009-12-29 04:05:33 +0000
committerHonza Král <honza.kral@gmail.com>2009-12-29 04:05:33 +0000
commit201d171d9d704652ab7f605873c86192020efc94 (patch)
tree0d474fdc15695ea19d808501ea2b34e87351d924
parentc4767e642a4b64cc9f1bc53177b21dbd0adb01f2 (diff)
downloaddjango-201d171d9d704652ab7f605873c86192020efc94.tar.gz
[soc2009/model-validation] removed some unused tests
This behavior is covered by existing form tests git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/model-validation@12020 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--tests/modeltests/validation/test_messages.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/modeltests/validation/test_messages.py b/tests/modeltests/validation/test_messages.py
deleted file mode 100644
index 3e8be59c4d..0000000000
--- a/tests/modeltests/validation/test_messages.py
+++ /dev/null
@@ -1,8 +0,0 @@
-import unittest
-
-from django.db import models
-
-class CustomMessagesTests(unittest.TestCase):
- def test_custom_message_is_used_when_present(self):
- pass
-