Commit ad079902 authored by Vincent Pelletier's avatar Vincent Pelletier

Use the default Id generator. This should fix the last failing step in unit tests.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9329 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 980e0b8a
......@@ -236,9 +236,9 @@ class TestERP5SyncML(ERP5TypeTestCase):
pub.setGidGenerator(getGid)
sub1.setGidGenerator(getGid)
sub2.setGidGenerator(getGid)
pub.setIdGenerator('generateNewId')
sub1.setIdGenerator('generateNewId')
sub2.setIdGenerator('generateNewId')
pub.setIdGenerator('_generateNextId')
sub1.setIdGenerator('_generateNextId')
sub2.setIdGenerator('_generateNextId')
def test_05_GetSynchronizationList(self, quiet=0, run=run_all_test):
# This test the getSynchronizationList, ie,
......
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