mirror of
https://github.com/django/django.git
synced 2025-07-05 02:09:13 +00:00
[1.2.X] Made a transaction test optional unless transactions are supported.
Backport of r15325 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15326 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
3af1bf8217
commit
167d1cbdf5
@ -611,7 +611,8 @@ class TestTicket11101(TransactionTestCase):
|
|||||||
transaction.rollback()
|
transaction.rollback()
|
||||||
self.assertEqual(Thingy.objects.count(), 0)
|
self.assertEqual(Thingy.objects.count(), 0)
|
||||||
|
|
||||||
def test_ticket_11101(self):
|
if settings.DATABASES[DEFAULT_DB_ALIAS]['ENGINE'] != 'django.db.backends.mysql':
|
||||||
"""Test that fixtures can be rolled back (ticket #11101)."""
|
def test_ticket_11101(self):
|
||||||
ticket_11101 = transaction.commit_manually(self.ticket_11101)
|
"""Test that fixtures can be rolled back (ticket #11101)."""
|
||||||
ticket_11101()
|
ticket_11101 = transaction.commit_manually(self.ticket_11101)
|
||||||
|
ticket_11101()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user