Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1)

Unified Diff: trytond/test/mptt.py

Issue 1864045: Remove cursor, user and context instead use a Transaction (Closed)
Patch Set: Better Report.parse signature Created 14 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « trytond/test/model.py ('k') | trytond/test/test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trytond/test/mptt.py
===================================================================
--- a/trytond/test/mptt.py
+++ b/trytond/test/mptt.py
@@ -27,7 +27,7 @@
'recursive_mptt': 'You can not create recursive Tree!',
})
- def default_active(self, cursor, user, context=None):
+ def default_active(self):
return True
MPTT()
« no previous file with comments | « trytond/test/model.py ('k') | trytond/test/test.py » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b