From 64751c05dddc389015b272bd7b84c724ec108fa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Thu, 22 Oct 2009 15:37:42 +0000 Subject: [PATCH] - whitespace removal git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29941 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Form/tests/testSelectionTool.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/product/ERP5Form/tests/testSelectionTool.py b/product/ERP5Form/tests/testSelectionTool.py index c3ec771980..6282b24644 100644 --- a/product/ERP5Form/tests/testSelectionTool.py +++ b/product/ERP5Form/tests/testSelectionTool.py @@ -249,13 +249,13 @@ class TestSelectionPersistence(unittest.TestCase): 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 -- 2.30.9