[Erp5-report] r32525 kazuhiko - /erp5/trunk/products/ERP5/tests/testLegacyInvoice.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Feb 15 06:09:46 CET 2010


Author: kazuhiko
Date: Mon Feb 15 06:09:45 2010
New Revision: 32525

URL: http://svn.erp5.org?rev=32525&view=rev
Log:
add tests that checks legacy behaviour (i.e. using 'order' category in top level simulation movements.)

Added:
    erp5/trunk/products/ERP5/tests/testLegacyInvoice.py
      - copied, changed from r32517, erp5/trunk/products/ERP5/tests/testInvoice.py

Copied: erp5/trunk/products/ERP5/tests/testLegacyInvoice.py (from r32517, erp5/trunk/products/ERP5/tests/testInvoice.py)
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testLegacyInvoice.py?p2=erp5/trunk/products/ERP5/tests/testLegacyInvoice.py&p1=erp5/trunk/products/ERP5/tests/testInvoice.py&r1=32517&r2=32525&rev=32525&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testInvoice.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testLegacyInvoice.py [utf8] Mon Feb 15 06:09:45 2010
@@ -41,7 +41,7 @@
 from Acquisition import aq_parent
 from zLOG import LOG
 from Products.ERP5Type.tests.Sequence import SequenceList
-from testPackingList import TestPackingListMixin
+from testLegacyPackingList import TestPackingListMixin
 from testAccountingRules import TestAccountingRulesMixin
 
 class TestInvoiceMixin(TestPackingListMixin,




More information about the Erp5-report mailing list