Commit 4f8b410a authored by Tim Peters's avatar Tim Peters

Merge rev 27524 from 3.3 branch.

A test here didn't clean up after a failing commit().
parent d7c99101
...@@ -85,6 +85,10 @@ RuntimeError: commit ...@@ -85,6 +85,10 @@ RuntimeError: commit
1 1
>>> len(cn.aborted) >>> len(cn.aborted)
3 3
Clean up:
>>> transaction.abort()
""" """
import transaction import transaction
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment