typos

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31999 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a1409fc2
......@@ -1884,7 +1884,7 @@ class TestInventoryDocument(InventoryAPITestCase):
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 @@ class TestInventoryDocument(InventoryAPITestCase):
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment