[Erp5-report] r20986 - /erp5/trunk/products/ERP5/tests/testOrder.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu May 15 17:15:36 CEST 2008


Author: jerome
Date: Thu May 15 17:15:35 2008
New Revision: 20986

URL: http://svn.erp5.org?rev=20986&view=rev
Log:
r20971 was wrong: the order is sent to client

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

Modified: erp5/trunk/products/ERP5/tests/testOrder.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testOrder.py?rev=20986&r1=20985&r2=20986&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testOrder.py (original)
+++ erp5/trunk/products/ERP5/tests/testOrder.py Thu May 15 17:15:35 2008
@@ -2296,8 +2296,8 @@
                               title='Order',
                               source_value=vendor,
                               source_section_value=vendor,
-                              destination_value=vendor,
-                              destination_section_value=vendor)
+                              destination_value=client,
+                              destination_section_value=client)
     line = order.newContent(portal_type=self.order_line_portal_type,
                             resource_value=resource,
                             quantity=10,




More information about the Erp5-report mailing list