Commit 8f2a8149 authored by Jérome Perrin's avatar Jérome Perrin

remove comment copy pasted by mistake


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24454 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c2b9aa52
......@@ -121,7 +121,6 @@ class TestIdTool(ERP5TypeTestCase):
def test_generateNewLongId(self):
idtool = self.portal.portal_ids
# test with value stored into zodb
new_id = idtool.generateNewLongId()
self.assertTrue(isinstance(new_id, long))
......
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