From eb734db25a11bcd32d89295906d63906dc3e474a Mon Sep 17 00:00:00 2001 From: Nicolas Dumazet <nicolas.dumazet@nexedi.com> Date: Fri, 16 Oct 2009 09:30:58 +0000 Subject: [PATCH] login() is now directly available from ERP5TypeTestCase git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29735 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../ERP5Banking/tests/testERP5BankingAccountingCancellation.py | 1 - product/ERP5Banking/tests/testERP5BankingAccountingDate.py | 1 - product/ERP5Banking/tests/testERP5BankingAvailableInventory.py | 1 - product/ERP5Banking/tests/testERP5BankingBankAccountInventory.py | 1 - .../ERP5Banking/tests/testERP5BankingCashBalanceRegulation.py | 1 - product/ERP5Banking/tests/testERP5BankingCashClassification.py | 1 - product/ERP5Banking/tests/testERP5BankingCashExchange.py | 1 - product/ERP5Banking/tests/testERP5BankingCashInventory.py | 1 - product/ERP5Banking/tests/testERP5BankingCashMovement.py | 1 - .../tests/testERP5BankingCashMovementNewNotEmitted.py | 1 - product/ERP5Banking/tests/testERP5BankingCashSorting.py | 1 - .../ERP5Banking/tests/testERP5BankingCashToCurrencyPurchase.py | 1 - product/ERP5Banking/tests/testERP5BankingCashToCurrencySale.py | 1 - product/ERP5Banking/tests/testERP5BankingCheckDeposit.py | 1 - product/ERP5Banking/tests/testERP5BankingCheckPayment.py | 1 - product/ERP5Banking/tests/testERP5BankingCheckbookDelivery.py | 1 - product/ERP5Banking/tests/testERP5BankingCheckbookMovement.py | 1 - product/ERP5Banking/tests/testERP5BankingCheckbookReception.py | 1 - .../tests/testERP5BankingCheckbookUsualCashTransfer.py | 1 - .../ERP5Banking/tests/testERP5BankingCheckbookVaultTransfer.py | 1 - product/ERP5Banking/tests/testERP5BankingClassificationSurvey.py | 1 - product/ERP5Banking/tests/testERP5BankingCounterDate.py | 1 - product/ERP5Banking/tests/testERP5BankingCounterRendering.py | 1 - product/ERP5Banking/tests/testERP5BankingDestructionSurvey.py | 1 - product/ERP5Banking/tests/testERP5BankingForeignCashReception.py | 1 - product/ERP5Banking/tests/testERP5BankingInternalMoneyDeposit.py | 1 - product/ERP5Banking/tests/testERP5BankingInternalMoneyPayment.py | 1 - product/ERP5Banking/tests/testERP5BankingMonetaryDestruction.py | 1 - product/ERP5Banking/tests/testERP5BankingMonetaryIssue.py | 1 - product/ERP5Banking/tests/testERP5BankingMonetaryRecall.py | 1 - product/ERP5Banking/tests/testERP5BankingMonetaryReception.py | 1 - product/ERP5Banking/tests/testERP5BankingMonetarySurvey.py | 1 - product/ERP5Banking/tests/testERP5BankingMoneyDeposit.py | 1 - .../ERP5Banking/tests/testERP5BankingMoneyDepositRendering.py | 1 - product/ERP5Banking/tests/testERP5BankingMutilatedBanknote.py | 1 - product/ERP5Banking/tests/testERP5BankingStopPayment.py | 1 - .../ERP5Banking/tests/testERP5BankingTravelerCheckPurchase.py | 1 - product/ERP5Banking/tests/testERP5BankingTravelerCheckSale.py | 1 - product/ERP5Banking/tests/testERP5BankingUsualCashRendering.py | 1 - product/ERP5Banking/tests/testERP5BankingUsualCashTransfer.py | 1 - product/ERP5Banking/tests/testERP5BankingVaultTransfer.py | 1 - 41 files changed, 41 deletions(-) diff --git a/product/ERP5Banking/tests/testERP5BankingAccountingCancellation.py b/product/ERP5Banking/tests/testERP5BankingAccountingCancellation.py index d4372a8edb..f5d7d05367 100755 --- a/product/ERP5Banking/tests/testERP5BankingAccountingCancellation.py +++ b/product/ERP5Banking/tests/testERP5BankingAccountingCancellation.py @@ -59,7 +59,6 @@ class TestERP5BankingAccountingCancellation(TestERP5BankingMixin, 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 getAccountingCancellationModule(self): """ diff --git a/product/ERP5Banking/tests/testERP5BankingAccountingDate.py b/product/ERP5Banking/tests/testERP5BankingAccountingDate.py index 02c8422a6c..16bc297c88 100644 --- a/product/ERP5Banking/tests/testERP5BankingAccountingDate.py +++ b/product/ERP5Banking/tests/testERP5BankingAccountingDate.py @@ -41,7 +41,6 @@ class TestERP5BankingAccountingDate(TestERP5BankingMixin, ERP5TypeTestCase): Unit test Accounting Date definition and utility script. """ - login = PortalTestCase.login def getTitle(self): return "ERP5BankingAccountingDate" diff --git a/product/ERP5Banking/tests/testERP5BankingAvailableInventory.py b/product/ERP5Banking/tests/testERP5BankingAvailableInventory.py index 9ea70d9b6d..fb2d23cc02 100755 --- a/product/ERP5Banking/tests/testERP5BankingAvailableInventory.py +++ b/product/ERP5Banking/tests/testERP5BankingAvailableInventory.py @@ -77,7 +77,6 @@ class TestERP5BankingAvailableInventory(TestERP5BankingCheckPaymentMixin, payments by the same time (due to tag on counter) """ - login = PortalTestCase.login # pseudo constants RUN_ALL_TEST = 1 # we want to run all test diff --git a/product/ERP5Banking/tests/testERP5BankingBankAccountInventory.py b/product/ERP5Banking/tests/testERP5BankingBankAccountInventory.py index 14e0dfee75..e5a8f67849 100644 --- a/product/ERP5Banking/tests/testERP5BankingBankAccountInventory.py +++ b/product/ERP5Banking/tests/testERP5BankingBankAccountInventory.py @@ -52,7 +52,6 @@ class TestERP5BankingInventory(TestERP5BankingMixin, ERP5TypeTestCase): This class is a unit test to check the module of Bank Account Inventory """ - login = PortalTestCase.login RUN_ALL_TEST = 1 QUIET = 0 diff --git a/product/ERP5Banking/tests/testERP5BankingCashBalanceRegulation.py b/product/ERP5Banking/tests/testERP5BankingCashBalanceRegulation.py index 9e11048136..d5b9820f5a 100644 --- a/product/ERP5Banking/tests/testERP5BankingCashBalanceRegulation.py +++ b/product/ERP5Banking/tests/testERP5BankingCashBalanceRegulation.py @@ -67,7 +67,6 @@ class TestERP5BankingCashBalanceRegulation(TestERP5BankingMixin, ERP5TypeTestCas """ - login = PortalTestCase.login # pseudo constants RUN_ALL_TEST = 1 # we want to run all test diff --git a/product/ERP5Banking/tests/testERP5BankingCashClassification.py b/product/ERP5Banking/tests/testERP5BankingCashClassification.py index ee9186c39b..c5e3a13dce 100755 --- a/product/ERP5Banking/tests/testERP5BankingCashClassification.py +++ b/product/ERP5Banking/tests/testERP5BankingCashClassification.py @@ -48,7 +48,6 @@ if __name__ == '__main__': class TestERP5BankingCashClassification(TestERP5BankingMixin, ERP5TypeTestCase): - login = PortalTestCase.login # pseudo constants RUN_ALL_TEST = 1 # we want to run all test diff --git a/product/ERP5Banking/tests/testERP5BankingCashExchange.py b/product/ERP5Banking/tests/testERP5BankingCashExchange.py index 5309b2c4f5..486152b5b0 100644 --- a/product/ERP5Banking/tests/testERP5BankingCashExchange.py +++ b/product/ERP5Banking/tests/testERP5BankingCashExchange.py @@ -68,7 +68,6 @@ class TestERP5BankingCashExchange(TestERP5BankingMixin, ERP5TypeTestCase): """ - login = PortalTestCase.login # pseudo constants RUN_ALL_TEST = 1 # we want to run all test diff --git a/product/ERP5Banking/tests/testERP5BankingCashInventory.py b/product/ERP5Banking/tests/testERP5BankingCashInventory.py index 2921b97453..a2d6451904 100755 --- a/product/ERP5Banking/tests/testERP5BankingCashInventory.py +++ b/product/ERP5Banking/tests/testERP5BankingCashInventory.py @@ -57,7 +57,6 @@ class TestERP5BankingInventory(TestERP5BankingMixin, ERP5TypeTestCase): """ - login = PortalTestCase.login # pseudo constants RUN_ALL_TEST = 1 # we want to run all test diff --git a/product/ERP5Banking/tests/testERP5BankingCashMovement.py b/product/ERP5Banking/tests/testERP5BankingCashMovement.py index a5a9d7552e..8258ad3001 100644 --- a/product/ERP5Banking/tests/testERP5BankingCashMovement.py +++ b/product/ERP5Banking/tests/testERP5BankingCashMovement.py @@ -91,7 +91,6 @@ class TestERP5BankingCashMovement(TestERP5BankingMixin, ERP5TypeTestCase): """ - login = PortalTestCase.login # pseudo constants RUN_ALL_TEST = 1 # we want to run all test diff --git a/product/ERP5Banking/tests/testERP5BankingCashMovementNewNotEmitted.py b/product/ERP5Banking/tests/testERP5BankingCashMovementNewNotEmitted.py index d107b00b3a..84b1b12f03 100755 --- a/product/ERP5Banking/tests/testERP5BankingCashMovementNewNotEmitted.py +++ b/product/ERP5Banking/tests/testERP5BankingCashMovementNewNotEmitted.py @@ -53,7 +53,6 @@ class TestERP5BankingCashMovementNewNotEmitted(TestERP5BankingMonetaryReceptionM This class is a unit test to check the module of Cash Movement New Not Emitted """ - login = PortalTestCase.login # pseudo constants RUN_ALL_TEST = 1 # we want to run all test diff --git a/product/ERP5Banking/tests/testERP5BankingCashSorting.py b/product/ERP5Banking/tests/testERP5BankingCashSorting.py index 62d64dda9d..d05b706eef 100755 --- a/product/ERP5Banking/tests/testERP5BankingCashSorting.py +++ b/product/ERP5Banking/tests/testERP5BankingCashSorting.py @@ -48,7 +48,6 @@ if __name__ == '__main__': class TestERP5BankingCashSorting(TestERP5BankingMixin, ERP5TypeTestCase): - login = PortalTestCase.login # pseudo constants RUN_ALL_TEST = 1 # we want to run all test diff --git a/product/ERP5Banking/tests/testERP5BankingCashToCurrencyPurchase.py b/product/ERP5Banking/tests/testERP5BankingCashToCurrencyPurchase.py index 2e21c0e7f4..538f4f73aa 100644 --- a/product/ERP5Banking/tests/testERP5BankingCashToCurrencyPurchase.py +++ b/product/ERP5Banking/tests/testERP5BankingCashToCurrencyPurchase.py @@ -68,7 +68,6 @@ class TestERP5BankingCashToCurrencyPurchase(TestERP5BankingMixin, ERP5TypeTestCa """ - login = PortalTestCase.login # pseudo constants RUN_ALL_TEST = 1 # we want to run all test diff --git a/product/ERP5Banking/tests/testERP5BankingCashToCurrencySale.py b/product/ERP5Banking/tests/testERP5BankingCashToCurrencySale.py index 11288de9fb..d491109d47 100644 --- a/product/ERP5Banking/tests/testERP5BankingCashToCurrencySale.py +++ b/product/ERP5Banking/tests/testERP5BankingCashToCurrencySale.py @@ -67,7 +67,6 @@ class TestERP5BankingCashToCurrencySale(TestERP5BankingMixin, ERP5TypeTestCase): """ - login = PortalTestCase.login # pseudo constants RUN_ALL_TEST = 1 # we want to run all test diff --git a/product/ERP5Banking/tests/testERP5BankingCheckDeposit.py b/product/ERP5Banking/tests/testERP5BankingCheckDeposit.py index 9928e75e50..abeebd6e6f 100755 --- a/product/ERP5Banking/tests/testERP5BankingCheckDeposit.py +++ b/product/ERP5Banking/tests/testERP5BankingCheckDeposit.py @@ -54,7 +54,6 @@ class TestERP5BankingCheckDeposit(TestERP5BankingMixin, ERP5TypeTestCase): Unit test class for the check deposit module """ - login = PortalTestCase.login # pseudo constants RUN_ALL_TEST = 1 # we want to run all test diff --git a/product/ERP5Banking/tests/testERP5BankingCheckPayment.py b/product/ERP5Banking/tests/testERP5BankingCheckPayment.py index 26c5566798..b4361e7d73 100755 --- a/product/ERP5Banking/tests/testERP5BankingCheckPayment.py +++ b/product/ERP5Banking/tests/testERP5BankingCheckPayment.py @@ -57,7 +57,6 @@ 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): """ diff --git a/product/ERP5Banking/tests/testERP5BankingCheckbookDelivery.py b/product/ERP5Banking/tests/testERP5BankingCheckbookDelivery.py index 1a9e584630..cb6d5b0b49 100755 --- a/product/ERP5Banking/tests/testERP5BankingCheckbookDelivery.py +++ b/product/ERP5Banking/tests/testERP5BankingCheckbookDelivery.py @@ -145,7 +145,6 @@ class TestERP5BankingCheckbookDelivery(TestERP5BankingCheckbookDeliveryMixin, """ - login = PortalTestCase.login # pseudo constants RUN_ALL_TEST = 1 # we want to run all test diff --git a/product/ERP5Banking/tests/testERP5BankingCheckbookMovement.py b/product/ERP5Banking/tests/testERP5BankingCheckbookMovement.py index 040e1307c3..a9045d8c22 100755 --- a/product/ERP5Banking/tests/testERP5BankingCheckbookMovement.py +++ b/product/ERP5Banking/tests/testERP5BankingCheckbookMovement.py @@ -58,7 +58,6 @@ class TestERP5BankingCheckbookMovement(TestERP5BankingCheckbookVaultTransferMixi """ - login = PortalTestCase.login # pseudo constants RUN_ALL_TEST = 1 # we want to run all test diff --git a/product/ERP5Banking/tests/testERP5BankingCheckbookReception.py b/product/ERP5Banking/tests/testERP5BankingCheckbookReception.py index 7d9ce9b5b8..32fe82464e 100755 --- a/product/ERP5Banking/tests/testERP5BankingCheckbookReception.py +++ b/product/ERP5Banking/tests/testERP5BankingCheckbookReception.py @@ -56,7 +56,6 @@ class TestERP5BankingCheckbookReception(TestERP5BankingMixin, ERP5TypeTestCase): """ - login = PortalTestCase.login # pseudo constants RUN_ALL_TEST = 1 # we want to run all test diff --git a/product/ERP5Banking/tests/testERP5BankingCheckbookUsualCashTransfer.py b/product/ERP5Banking/tests/testERP5BankingCheckbookUsualCashTransfer.py index ab599f1dfb..7b9b80ff3f 100755 --- a/product/ERP5Banking/tests/testERP5BankingCheckbookUsualCashTransfer.py +++ b/product/ERP5Banking/tests/testERP5BankingCheckbookUsualCashTransfer.py @@ -118,7 +118,6 @@ class TestERP5BankingCheckbookUsualCashTransfer(TestERP5BankingCheckbookUsualCas """ - login = PortalTestCase.login # pseudo constants RUN_ALL_TEST = 1 # we want to run all test diff --git a/product/ERP5Banking/tests/testERP5BankingCheckbookVaultTransfer.py b/product/ERP5Banking/tests/testERP5BankingCheckbookVaultTransfer.py index e16f2d975e..100a6dab02 100755 --- a/product/ERP5Banking/tests/testERP5BankingCheckbookVaultTransfer.py +++ b/product/ERP5Banking/tests/testERP5BankingCheckbookVaultTransfer.py @@ -157,7 +157,6 @@ class TestERP5BankingCheckbookVaultTransfer(TestERP5BankingCheckbookVaultTransfe """ - login = PortalTestCase.login # pseudo constants RUN_ALL_TEST = 1 # we want to run all test diff --git a/product/ERP5Banking/tests/testERP5BankingClassificationSurvey.py b/product/ERP5Banking/tests/testERP5BankingClassificationSurvey.py index 5df7a52a1f..d89d567ae4 100755 --- a/product/ERP5Banking/tests/testERP5BankingClassificationSurvey.py +++ b/product/ERP5Banking/tests/testERP5BankingClassificationSurvey.py @@ -48,7 +48,6 @@ if __name__ == '__main__': class TestERP5BankingClassificationSurvey(TestERP5BankingMixin, ERP5TypeTestCase): - login = PortalTestCase.login # pseudo constants RUN_ALL_TEST = 1 # we want to run all test diff --git a/product/ERP5Banking/tests/testERP5BankingCounterDate.py b/product/ERP5Banking/tests/testERP5BankingCounterDate.py index 9ffb5c0ead..da8f8c9572 100755 --- a/product/ERP5Banking/tests/testERP5BankingCounterDate.py +++ b/product/ERP5Banking/tests/testERP5BankingCounterDate.py @@ -51,7 +51,6 @@ if __name__ == '__main__': class TestERP5BankingCounterDate(TestERP5BankingMixin, ERP5TypeTestCase): - login = PortalTestCase.login RUN_ALL_TEST = 1 # we want to run all test QUIET = 0 # we don't want the test to be quiet diff --git a/product/ERP5Banking/tests/testERP5BankingCounterRendering.py b/product/ERP5Banking/tests/testERP5BankingCounterRendering.py index 86b68d6468..90227e4d6d 100644 --- a/product/ERP5Banking/tests/testERP5BankingCounterRendering.py +++ b/product/ERP5Banking/tests/testERP5BankingCounterRendering.py @@ -80,7 +80,6 @@ class TestERP5BankingCounterRendering(TestERP5BankingMixin, ERP5TypeTestCase): - check that the destination has been credited correctly (current == future) """ - login = PortalTestCase.login # pseudo constants RUN_ALL_TEST = 1 # we want to run all test diff --git a/product/ERP5Banking/tests/testERP5BankingDestructionSurvey.py b/product/ERP5Banking/tests/testERP5BankingDestructionSurvey.py index a395b92ad4..210c19d3a7 100644 --- a/product/ERP5Banking/tests/testERP5BankingDestructionSurvey.py +++ b/product/ERP5Banking/tests/testERP5BankingDestructionSurvey.py @@ -53,7 +53,6 @@ class TestERP5BankingDestructionSurvey(TestERP5BankingMixin, ERP5TypeTestCase): """ - login = PortalTestCase.login # pseudo constants RUN_ALL_TEST = 1 # we want to run all test diff --git a/product/ERP5Banking/tests/testERP5BankingForeignCashReception.py b/product/ERP5Banking/tests/testERP5BankingForeignCashReception.py index e4934e8737..052a38fd41 100755 --- a/product/ERP5Banking/tests/testERP5BankingForeignCashReception.py +++ b/product/ERP5Banking/tests/testERP5BankingForeignCashReception.py @@ -56,7 +56,6 @@ class TestERP5BankingForeignCashReception(TestERP5BankingMixin, ERP5TypeTestCase """ - login = PortalTestCase.login # pseudo constants RUN_ALL_TEST = 1 # we want to run all test diff --git a/product/ERP5Banking/tests/testERP5BankingInternalMoneyDeposit.py b/product/ERP5Banking/tests/testERP5BankingInternalMoneyDeposit.py index d0bf0361fd..ac4d6c5539 100644 --- a/product/ERP5Banking/tests/testERP5BankingInternalMoneyDeposit.py +++ b/product/ERP5Banking/tests/testERP5BankingInternalMoneyDeposit.py @@ -49,7 +49,6 @@ if __name__ == '__main__': class TestERP5BankingInternalMoneyDeposit(TestERP5BankingMixin, ERP5TypeTestCase): - login = PortalTestCase.login # pseudo constants RUN_ALL_TEST = 1 # we want to run all test diff --git a/product/ERP5Banking/tests/testERP5BankingInternalMoneyPayment.py b/product/ERP5Banking/tests/testERP5BankingInternalMoneyPayment.py index 0e7b39c2f1..96b5dfc6e6 100644 --- a/product/ERP5Banking/tests/testERP5BankingInternalMoneyPayment.py +++ b/product/ERP5Banking/tests/testERP5BankingInternalMoneyPayment.py @@ -49,7 +49,6 @@ if __name__ == '__main__': class TestERP5BankingInternalMoneyPayment(TestERP5BankingMixin, ERP5TypeTestCase): - login = PortalTestCase.login # pseudo constants RUN_ALL_TEST = 1 # we want to run all test diff --git a/product/ERP5Banking/tests/testERP5BankingMonetaryDestruction.py b/product/ERP5Banking/tests/testERP5BankingMonetaryDestruction.py index 954f0654c2..c2dad648d6 100644 --- a/product/ERP5Banking/tests/testERP5BankingMonetaryDestruction.py +++ b/product/ERP5Banking/tests/testERP5BankingMonetaryDestruction.py @@ -81,7 +81,6 @@ class TestERP5BankingMonetaryDestruction(TestERP5BankingMixin, ERP5TypeTestCase) - check that the destination has been credited correctly (current == future) """ - login = PortalTestCase.login # pseudo constants RUN_ALL_TEST = 1 # we want to run all test diff --git a/product/ERP5Banking/tests/testERP5BankingMonetaryIssue.py b/product/ERP5Banking/tests/testERP5BankingMonetaryIssue.py index 736f12decb..ae21e94911 100755 --- a/product/ERP5Banking/tests/testERP5BankingMonetaryIssue.py +++ b/product/ERP5Banking/tests/testERP5BankingMonetaryIssue.py @@ -118,7 +118,6 @@ class TestERP5BankingMonetaryIssue(TestERP5BankingMonetaryReceptionMixin, TestER """ - login = PortalTestCase.login # pseudo constants RUN_ALL_TEST = 1 # we want to run all test diff --git a/product/ERP5Banking/tests/testERP5BankingMonetaryRecall.py b/product/ERP5Banking/tests/testERP5BankingMonetaryRecall.py index c88b3160dc..ec352ebe43 100755 --- a/product/ERP5Banking/tests/testERP5BankingMonetaryRecall.py +++ b/product/ERP5Banking/tests/testERP5BankingMonetaryRecall.py @@ -80,7 +80,6 @@ class TestERP5BankingMonetaryRecall(TestERP5BankingMixin, ERP5TypeTestCase): - check that the destination has been credited correctly (current == future) """ - login = PortalTestCase.login # pseudo constants RUN_ALL_TEST = 1 # we want to run all test diff --git a/product/ERP5Banking/tests/testERP5BankingMonetaryReception.py b/product/ERP5Banking/tests/testERP5BankingMonetaryReception.py index 6ff2a49ba8..771cfaa8fd 100755 --- a/product/ERP5Banking/tests/testERP5BankingMonetaryReception.py +++ b/product/ERP5Banking/tests/testERP5BankingMonetaryReception.py @@ -56,7 +56,6 @@ class TestERP5BankingMonetaryReception(TestERP5BankingMixin, ERP5TypeTestCase): """ - login = PortalTestCase.login # pseudo constants RUN_ALL_TEST = 1 # we want to run all test diff --git a/product/ERP5Banking/tests/testERP5BankingMonetarySurvey.py b/product/ERP5Banking/tests/testERP5BankingMonetarySurvey.py index 82595a68ed..4932d18200 100755 --- a/product/ERP5Banking/tests/testERP5BankingMonetarySurvey.py +++ b/product/ERP5Banking/tests/testERP5BankingMonetarySurvey.py @@ -50,7 +50,6 @@ class TestERP5BankingMonetarySurvey(TestERP5BankingMixin, ERP5TypeTestCase): This class is a unit test to check the module of Monetary Survey """ - login = PortalTestCase.login # pseudo constants RUN_ALL_TEST = 1 # we want to run all test diff --git a/product/ERP5Banking/tests/testERP5BankingMoneyDeposit.py b/product/ERP5Banking/tests/testERP5BankingMoneyDeposit.py index af12c708bc..c7c6f6a8d2 100644 --- a/product/ERP5Banking/tests/testERP5BankingMoneyDeposit.py +++ b/product/ERP5Banking/tests/testERP5BankingMoneyDeposit.py @@ -49,7 +49,6 @@ if __name__ == '__main__': class TestERP5BankingMoneyDepositMixin: - login = PortalTestCase.login # pseudo constants RUN_ALL_TEST = 1 # we want to run all test diff --git a/product/ERP5Banking/tests/testERP5BankingMoneyDepositRendering.py b/product/ERP5Banking/tests/testERP5BankingMoneyDepositRendering.py index 846042abe4..0e65fef332 100644 --- a/product/ERP5Banking/tests/testERP5BankingMoneyDepositRendering.py +++ b/product/ERP5Banking/tests/testERP5BankingMoneyDepositRendering.py @@ -80,7 +80,6 @@ class TestERP5BankingMoneyDepositRendering(TestERP5BankingMixin, ERP5TypeTestCas - check that the destination has been credited correctly (current == future) """ - login = PortalTestCase.login # pseudo constants RUN_ALL_TEST = 1 # we want to run all test diff --git a/product/ERP5Banking/tests/testERP5BankingMutilatedBanknote.py b/product/ERP5Banking/tests/testERP5BankingMutilatedBanknote.py index dca279c55e..22a8f3b714 100755 --- a/product/ERP5Banking/tests/testERP5BankingMutilatedBanknote.py +++ b/product/ERP5Banking/tests/testERP5BankingMutilatedBanknote.py @@ -49,7 +49,6 @@ if __name__ == '__main__': class TestERP5BankingMutilatedBanknote(TestERP5BankingMixin, ERP5TypeTestCase): """ """ - login = PortalTestCase.login # pseudo constants RUN_ALL_TEST = 1 # we want to run all test diff --git a/product/ERP5Banking/tests/testERP5BankingStopPayment.py b/product/ERP5Banking/tests/testERP5BankingStopPayment.py index 7a6d91fee4..02a928ece3 100755 --- a/product/ERP5Banking/tests/testERP5BankingStopPayment.py +++ b/product/ERP5Banking/tests/testERP5BankingStopPayment.py @@ -60,7 +60,6 @@ class TestERP5BankingStopPayment( TestERP5BankingCheckbookDeliveryMixin, This class is a unit test to check the module of Stop Payment """ - login = PortalTestCase.login # pseudo constants RUN_ALL_TEST = 1 # we want to run all test diff --git a/product/ERP5Banking/tests/testERP5BankingTravelerCheckPurchase.py b/product/ERP5Banking/tests/testERP5BankingTravelerCheckPurchase.py index 637ee2f51b..f6a74155be 100755 --- a/product/ERP5Banking/tests/testERP5BankingTravelerCheckPurchase.py +++ b/product/ERP5Banking/tests/testERP5BankingTravelerCheckPurchase.py @@ -60,7 +60,6 @@ class TestERP5BankingTravelerCheckPurchase(TestERP5BankingCheckbookUsualCashTran """ - login = PortalTestCase.login # pseudo constants RUN_ALL_TEST = 1 # we want to run all test diff --git a/product/ERP5Banking/tests/testERP5BankingTravelerCheckSale.py b/product/ERP5Banking/tests/testERP5BankingTravelerCheckSale.py index f69ae35027..75cc95073b 100755 --- a/product/ERP5Banking/tests/testERP5BankingTravelerCheckSale.py +++ b/product/ERP5Banking/tests/testERP5BankingTravelerCheckSale.py @@ -218,7 +218,6 @@ class TestERP5BankingTravelerCheckSale(TestERP5BankingCheckbookUsualCashTransfer """ - login = PortalTestCase.login # pseudo constants RUN_ALL_TEST = 1 # we want to run all test diff --git a/product/ERP5Banking/tests/testERP5BankingUsualCashRendering.py b/product/ERP5Banking/tests/testERP5BankingUsualCashRendering.py index 5af94f6483..4cfcd117aa 100644 --- a/product/ERP5Banking/tests/testERP5BankingUsualCashRendering.py +++ b/product/ERP5Banking/tests/testERP5BankingUsualCashRendering.py @@ -92,7 +92,6 @@ class TestERP5BankingUsualCashRendering(TestERP5BankingMixin, ERP5TypeTestCase): """ - login = PortalTestCase.login # pseudo constants RUN_ALL_TEST = 1 # we want to run all test diff --git a/product/ERP5Banking/tests/testERP5BankingUsualCashTransfer.py b/product/ERP5Banking/tests/testERP5BankingUsualCashTransfer.py index be07f0add0..b91fdf7d6d 100755 --- a/product/ERP5Banking/tests/testERP5BankingUsualCashTransfer.py +++ b/product/ERP5Banking/tests/testERP5BankingUsualCashTransfer.py @@ -80,7 +80,6 @@ class TestERP5BankingUsualCashTransfer(TestERP5BankingMixin, ERP5TypeTestCase): - check that the destination has been credited correctly (current == future) """ - login = PortalTestCase.login # pseudo constants RUN_ALL_TEST = 1 # we want to run all test diff --git a/product/ERP5Banking/tests/testERP5BankingVaultTransfer.py b/product/ERP5Banking/tests/testERP5BankingVaultTransfer.py index ed1be1c029..fc945072f2 100644 --- a/product/ERP5Banking/tests/testERP5BankingVaultTransfer.py +++ b/product/ERP5Banking/tests/testERP5BankingVaultTransfer.py @@ -92,7 +92,6 @@ class TestERP5BankingVaultTransfer(TestERP5BankingMixin, ERP5TypeTestCase): """ - login = PortalTestCase.login # pseudo constants RUN_ALL_TEST = 1 # we want to run all test -- 2.30.9