From 7c954310668d8d754fdee5aafac53bcc1019f045 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sat, 11 Jul 2015 17:20:11 -0400 Subject: [PATCH] Remark unused wrong test. --- mayan/apps/documents/test_views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mayan/apps/documents/test_views.py b/mayan/apps/documents/test_views.py index c8d8e3a49f..f834250f17 100644 --- a/mayan/apps/documents/test_views.py +++ b/mayan/apps/documents/test_views.py @@ -95,7 +95,7 @@ class DocumentsViewsFunctionalTestCase(TestCase): #TODO: FIX self.assertContains(response, 'Document type edited successfully', status_code=200) # Reload document type model data - self.document = DocumentType.objects.get(pk=self.document.pk) + #self.document_type = DocumentType.objects.get(pk=self.document_type.pk) #TODO: FIX self.assertEqual(self.document_type.name, TEST_DOCUMENT_TYPE + 'partial') # Delete the document type