diff --git a/product/ERP5SyncML/tests/testERP5SyncML.py b/product/ERP5SyncML/tests/testERP5SyncML.py index 6cea9785c8c661e9af3b192fc224031a42c553ee..30fcae4cc364c24ca50603c54c73ddd97c4c71c0 100755 --- a/product/ERP5SyncML/tests/testERP5SyncML.py +++ b/product/ERP5SyncML/tests/testERP5SyncML.py @@ -52,7 +52,7 @@ import time class TestERP5SyncML(ERP5TypeTestCase): # Different variables used for this test - run_all_test = 0 + run_all_test = 1 workflow_id = 'edit_workflow' first_name1 = 'Sebastien' last_name1 = 'Robin' @@ -504,7 +504,7 @@ class TestERP5SyncML(ERP5TypeTestCase): subscriber = conflict.getSubscriber() self.failUnless(subscriber.getSubscriptionUrl()==self.subscription_url1) - def testGetPublisherAndSubscriberDocument(self, quiet=0, run=1): + def testGetPublisherAndSubscriberDocument(self, quiet=0, run=run_all_test): # We will try to generate a conflict and then to get it # We will also make sure it contains what we want if not run: return