[Erp5-report] r20742 - /erp5/trunk/products/ERP5/tests/testInvoiceVAT.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Apr 22 13:02:37 CEST 2008


Author: jerome
Date: Tue Apr 22 13:02:35 2008
New Revision: 20742

URL: http://svn.erp5.org?rev=20742&view=rev
Log:
disable this test

Modified:
    erp5/trunk/products/ERP5/tests/testInvoiceVAT.py

Modified: erp5/trunk/products/ERP5/tests/testInvoiceVAT.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testInvoiceVAT.py?rev=20742&r1=20741&r2=20742&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testInvoiceVAT.py (original)
+++ erp5/trunk/products/ERP5/tests/testInvoiceVAT.py Tue Apr 22 13:02:35 2008
@@ -27,6 +27,8 @@
 ##############################################################################
 """
   Tests VAT for invoices.
+  
+Warning: this tests an obsolete API; the test is disabled.
 """
 
 import unittest
@@ -507,6 +509,6 @@
 
 def test_suite():
   suite = unittest.TestSuite()
-  suite.addTest(unittest.makeSuite(TestInvoiceVAT))
+  #suite.addTest(unittest.makeSuite(TestInvoiceVAT))
   return suite
 




More information about the Erp5-report mailing list