[Erp5-report] r10973 - /erp5/trunk/products/ERP5/tests/testERP5Budget.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Oct 27 09:41:34 CEST 2006
Author: jerome
Date: Fri Oct 27 09:41:31 2006
New Revision: 10973
URL: http://svn.erp5.org?rev=10973&view=rev
Log:
disable the failing test untill someone rewrite it
Modified:
erp5/trunk/products/ERP5/tests/testERP5Budget.py
Modified: erp5/trunk/products/ERP5/tests/testERP5Budget.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testERP5Budget.py?rev=10973&r1=10972&r2=10973&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testERP5Budget.py (original)
+++ erp5/trunk/products/ERP5/tests/testERP5Budget.py Fri Oct 27 09:41:31 2006
@@ -517,8 +517,9 @@
# LOG('Testing accounting transaction 2... ',0,message)
-
- def test_04_Transaction_of_budget(self, quiet=0, run=RUN_ALL_TEST):
+ # jerome: disabled this test for now, it was from the first budget
+ # implementation, and this is not covered by the new version.
+ def XXXtest_04_Transaction_of_budget(self, quiet=0, run=RUN_ALL_TEST):
"""
Try to validate budget trasaction if the transfert is authorized
"""
More information about the Erp5-report
mailing list