[Erp5-report] r29941 - /erp5/trunk/products/ERP5Form/tests/testSelectionTool.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Oct 22 17:37:42 CEST 2009
Author: luke
Date: Thu Oct 22 17:37:42 2009
New Revision: 29941
URL: http://svn.erp5.org?rev=29941&view=rev
Log:
- whitespace removal
Modified:
erp5/trunk/products/ERP5Form/tests/testSelectionTool.py
Modified: erp5/trunk/products/ERP5Form/tests/testSelectionTool.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Form/tests/testSelectionTool.py?rev=29941&r1=29940&r2=29941&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Form/tests/testSelectionTool.py [utf8] (original)
+++ erp5/trunk/products/ERP5Form/tests/testSelectionTool.py [utf8] Thu Oct 22 17:37:42 2009
@@ -249,13 +249,13 @@
self.cnx.root().portal_selections = SelectionTool()
self.portal_selections.setSelectionFor('test_selection', Selection())
transaction.commit()
-
+
def tearDown(self):
# revert the patch from setUp
SelectionTool._getUserId = SelectionTool._getUserId_saved
self.cnx.close()
ZODButil.cleanDB()
-
+
def _runWithAnotherConnection(self, thread_func):
"""runs `thread_func` with another ZODB connection
More information about the Erp5-report
mailing list