Commit c0cc2479 authored by wenjie.zheng's avatar wenjie.zheng

ERP5SyncML.py: add self.tic() in synchronize.

parent 39001849
...@@ -218,6 +218,7 @@ class TestERP5SyncMLMixin(TestMixin): ...@@ -218,6 +218,7 @@ class TestERP5SyncMLMixin(TestMixin):
self.clearFiles() self.clearFiles()
nb_message = 1 nb_message = 1
result = portal_sync.processClientSynchronization(subscription.getPath()) result = portal_sync.processClientSynchronization(subscription.getPath())
self.tic()
# XXX-AUREL : in reality readResponse is called # XXX-AUREL : in reality readResponse is called
# Why is it not call here ? This make the behaviour of # Why is it not call here ? This make the behaviour of
# the test rather different of what happens in real life ! # the test rather different of what happens in real life !
......
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