From 53bf40f6374830bd6d106d92c00897c5b6e44e8a Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sat, 9 Nov 2013 19:31:24 +0100 Subject: Improve regression test added in 8525bfc7. Refs #422. --- tests/test_integration.py | 7 ------- 1 file changed, 7 deletions(-) (limited to 'tests/test_integration.py') diff --git a/tests/test_integration.py b/tests/test_integration.py index 41206fc..875efbe 100644 --- a/tests/test_integration.py +++ b/tests/test_integration.py @@ -139,13 +139,6 @@ class DebugToolbarIntegrationTestCase(TestCase): self.assertContains(response, 'LÀTÍN') # template self.assertContains(response, 'djDebug') # toolbar - def test_non_ascii_bytes_in_db_params(self): - response = self.client.get('/non_ascii_bytes_in_db_params/') - if six.PY3: - self.assertContains(response, 'djàngó') - else: - self.assertContains(response, 'dj\\xe0ng\\xf3') - def test_non_ascii_session(self): response = self.client.get('/set_session/') if six.PY3: -- cgit v1.2.3