[Erp5-report] r7244 - /erp5/trunk/products/ERP5Type/tests/testXMLMatrix.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri May 12 13:43:21 CEST 2006


Author: alex
Date: Fri May 12 13:43:17 2006
New Revision: 7244

URL: http://svn.erp5.org?rev=7244&view=rev
Log:
Fixed cell portal type.

Modified:
    erp5/trunk/products/ERP5Type/tests/testXMLMatrix.py

Modified: erp5/trunk/products/ERP5Type/tests/testXMLMatrix.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/tests/testXMLMatrix.py?rev=7244&r1=7243&r2=7244&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/tests/testXMLMatrix.py (original)
+++ erp5/trunk/products/ERP5Type/tests/testXMLMatrix.py Fri May 12 13:43:17 2006
@@ -91,7 +91,7 @@
 
     i = 0
     for place in cartesianProduct(cell_range):
-      cell = matrix.newCell(portal_type="Delivery Cell",
+      cell = matrix.newCell(portal_type="Purchase Order Cell",
                             *place, **kwd)
       cell.test_id = i
       i += 1
@@ -161,7 +161,7 @@
 
     i = 0
     for place in cartesianProduct(cell_range):
-      cell = matrix.newCell(portal_type="Delivery Cell",
+      cell = matrix.newCell(portal_type="Purchase Order Cell",
                             *place, **kwd)
       cell.test_id = i
       i += 1
@@ -200,7 +200,7 @@
     self.assertEqual(matrix.getCellRange(**kwd), cell_range)
 
     for place in cartesianProduct(cell_range):
-      cell = matrix.newCell(portal_type="Delivery Cell",
+      cell = matrix.newCell(portal_type="Purchase Order Cell",
                             *place, **kwd)
     get_transaction().commit()
     self.tic()




More information about the Erp5-report mailing list