From 5c19ea287e9d32a4bc8821486e2f49107cc001ef Mon Sep 17 00:00:00 2001
From: Sebastien Robin <seb@nexedi.com>
Date: Mon, 20 Nov 2006 16:07:22 +0000
Subject: [PATCH] put back the login monkey patch

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11388 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Banking/tests/testERP5BankingCheckPayment.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/product/ERP5Banking/tests/testERP5BankingCheckPayment.py b/product/ERP5Banking/tests/testERP5BankingCheckPayment.py
index 718b211ba9..0a5da0d2b4 100755
--- a/product/ERP5Banking/tests/testERP5BankingCheckPayment.py
+++ b/product/ERP5Banking/tests/testERP5BankingCheckPayment.py
@@ -57,6 +57,7 @@ class TestERP5BankingCheckPaymentMixin:
   RUN_ALL_TEST = 1 # we want to run all test
   QUIET = 0 # we don't want the test to be quiet
 
+  login = PortalTestCase.login
 
   def getTitle(self):
     """
-- 
2.30.9