Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZEO
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
ZEO
Commits
0ab8d984
Commit
0ab8d984
authored
Dec 06, 2011
by
Chris McDonough
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
repr fix for transaction>=1.2.0
parent
5423f110
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/ZODB/tests/testConnectionSavepoint.txt
src/ZODB/tests/testConnectionSavepoint.txt
+4
-4
No files found.
src/ZODB/tests/testConnectionSavepoint.txt
View file @
0ab8d984
...
@@ -182,15 +182,15 @@ However, using a savepoint invalidates any savepoints that come after it:
...
@@ -182,15 +182,15 @@ However, using a savepoint invalidates any savepoints that come after it:
>>> root['bob-balance']
>>> root['bob-balance']
100.0
100.0
>>> savepoint2.rollback()
>>> savepoint2.rollback()
# doctest: +IGNORE_EXCEPTION_DETAIL
Traceback (most recent call last):
Traceback (most recent call last):
...
...
InvalidSavepointRollbackError
InvalidSavepointRollbackError
: invalidated by a later savepoint
>>> savepoint1.rollback()
>>> savepoint1.rollback()
# doctest: +IGNORE_EXCEPTION_DETAIL
Traceback (most recent call last):
Traceback (most recent call last):
...
...
InvalidSavepointRollbackError
InvalidSavepointRollbackError
: invalidated by a later savepoint
>>> transaction.abort()
>>> transaction.abort()
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment