mirror of https://github.com/django/django.git
Fixed #16437 -- Removed old code comment from testcases module. Thanks, teraom.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16565 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
8ac23178ad
commit
9be03fe326
|
@ -544,7 +544,6 @@ class TransactionTestCase(ut2.TestCase):
|
||||||
if func is None:
|
if func is None:
|
||||||
return context
|
return context
|
||||||
|
|
||||||
# Basically emulate the `with` statement here.
|
|
||||||
with context:
|
with context:
|
||||||
func(*args, **kwargs)
|
func(*args, **kwargs)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue