Commit 246f5c12 authored by Vincent Pelletier's avatar Vincent Pelletier

fixup! testAccounting: Preserve uid generator state.

parent c1010627
...@@ -3187,7 +3187,7 @@ class TestTransactions(AccountingTestCase): ...@@ -3187,7 +3187,7 @@ class TestTransactions(AccountingTestCase):
# clear all existing ids in portal ids # clear all existing ids in portal ids
portal_ids = self.portal.portal_ids portal_ids = self.portal.portal_ids
# ...except uid generator # ...except uid generator
new_uid = portal_ids.generateNewIdList( new_uid, = portal_ids.generateNewIdList(
id_generator='uid', id_generator='uid',
id_group='catalog_uid', id_group='catalog_uid',
id_count=1, id_count=1,
......
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