From 9ffc26938dba482f87208136be279680cc545422 Mon Sep 17 00:00:00 2001 From: Vincent Pelletier <vincent@nexedi.com> Date: Mon, 17 Sep 2007 16:48:59 +0000 Subject: [PATCH] Remove commented-out code. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16425 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../tests/testERP5BankingAccountingDate.py | 29 ------------------- 1 file changed, 29 deletions(-) diff --git a/product/ERP5Banking/tests/testERP5BankingAccountingDate.py b/product/ERP5Banking/tests/testERP5BankingAccountingDate.py index b036d07944..02c8422a6c 100644 --- a/product/ERP5Banking/tests/testERP5BankingAccountingDate.py +++ b/product/ERP5Banking/tests/testERP5BankingAccountingDate.py @@ -140,32 +140,3 @@ class TestERP5BankingAccountingDate(TestERP5BankingMixin, ERP5TypeTestCase): sequence_list.addSequenceString(sequence_string_1) sequence_list.play(self) -# def test_01_checkNoAccountingDateOpen(self, quiet=QUIET, -# run=RUN_ALL_TEST): -# """ -# Today is implicitely opened. -# Today and future are valid. -# Past is invalid. -# """ -# self.nowSucceeds() -# -# def test_02_checkTodayOpen(self, quiet=QUIET, run=RUN_ALL_TEST): -# """ -# Explicitely open current day. -# Today and future are valid. -# Past is invalid. -# """ -# self.openAccountingDate(date=self.now, site=self.accounting_date_site) -# self.tic() -# self.todaySucceeds() -# -# def test_03_checkPastOpened(self, quiet=QUIET, run=RUN_ALL_TEST): -# """ -# Explicitely open past day. -# From that day on dates are valid. -# Dates prior to that day are invalid. -# """ -# self.openAccountingDate(date=self.past_day, site=self.accounting_date_site) -# self.tic() -# self.pastDaySucceeds() -# -- 2.30.9