Commit 87e36d96 authored by Aurel's avatar Aurel

remove pdb


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17485 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2184de3c
......@@ -280,8 +280,6 @@ class TestArchive(InventoryAPITestCase):
self.checkRelativeUrlInSQLPathList(path_list, connection_id=self.archive_connection_id)
# Create a new movement and check it goes only in new catalog
import pdb
pdb.set_trace()
self.assertEqual(len(self.folder.searchFolder(portal_type="Dummy Movement")), 0)
self.assertEquals(100, getInventory(node_uid=self.node.getUid()))
self.new_mvt = self._makeMovement(quantity=50, stop_date=DateTime("2006/08/06"),
......
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