[Erp5-report] r31999 leonardo - /erp5/trunk/products/ERP5/tests/testInventoryAPI.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jan 26 21:35:34 CET 2010


Author: leonardo
Date: Tue Jan 26 21:35:32 2010
New Revision: 31999

URL: http://svn.erp5.org?rev=31999&view=rev
Log:
typos

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

Modified: erp5/trunk/products/ERP5/tests/testInventoryAPI.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testInventoryAPI.py?rev=31999&r1=31998&r2=31999&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testInventoryAPI.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testInventoryAPI.py [utf8] Tue Jan 26 21:35:32 2010
@@ -1884,7 +1884,7 @@
     if full_inventory:
       inventory_list = [inventory_list[0]]
     # TODO: Define a second resource which will only be present in full
-    # inventories. This will allow testing getInentoryList.
+    # inventories. This will allow testing getInventoryList.
     #else:
     #  inventory_list.append({'resource_relative_url': '','total_quantity': 50,'variation_text': ''})
     for inventory_line in inventory_list:
@@ -1896,7 +1896,7 @@
       line.edit(resource=inventory_line['resource_relative_url'],
                 inventory=total_quantity,
                 variation_text=inventory_line['variation_text'])
-      # TODO: pass more properties through from calcuated inventory to
+      # TODO: pass more properties through from calculated inventory to
       # inventory lines if needed.
     inventory.deliver()
     return inventory




More information about the Erp5-report mailing list