From 527213ba735a97ea57dd564ae19332812190e3d4 Mon Sep 17 00:00:00 2001 From: Vincent Pelletier <vincent@nexedi.com> Date: Tue, 2 Oct 2007 11:23:35 +0000 Subject: [PATCH] Fix a typo in comment. Make docstring more accurate. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16773 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/tests/testInventoryAPI.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/product/ERP5/tests/testInventoryAPI.py b/product/ERP5/tests/testInventoryAPI.py index ed81af7f87..2bac549c46 100644 --- a/product/ERP5/tests/testInventoryAPI.py +++ b/product/ERP5/tests/testInventoryAPI.py @@ -1461,7 +1461,7 @@ class TestInventoryDocument(InventoryAPITestCase): omit_output=1) if full_inventory: inventory_list = [inventory_list[0]] - # TODO: Define a secon resource which will only be present in full + # TODO: Define a second resource which will only be present in full # inventories. This will allow testing getInentoryList. #else: # inventory_list.append({'resource_relative_url': '','total_quantity': 50,'variation_text': ''}) @@ -1756,7 +1756,7 @@ class TestInventoryDocument(InventoryAPITestCase): def test_11_InventoryListAroundLatestInventoryDate(self): """ - Test getInventoryList with a min and a max date around a full + Test getInventoryList with a min and a max date around latest full inventory. A full inventory is used and is not the latest. """ inventory = self.getInventoryList(node_uid=self.node_uid, -- 2.30.9