mirror of
				https://github.com/django/django.git
				synced 2025-10-30 17:16:10 +00:00 
			
		
		
		
	Removed all usages of deprecated TestCase methods (self.fail*). This removed most of the Warnings emitted (with -Wall) during the test suite.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14803 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		| @@ -32,4 +32,4 @@ class PoFileTests(MessageCompilationTests): | ||||
|         # underlying compile_messages function instead | ||||
|         out = StringIO() | ||||
|         self.assertRaises(CommandError, compile_messages, out, locale=LOCALE) | ||||
|         self.failIf(os.path.exists(self.MO_FILE)) | ||||
|         self.assertFalse(os.path.exists(self.MO_FILE)) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user