Commit da363aa7 authored by Julien Muchembled's avatar Julien Muchembled

Fix random failures in testDeferredConnection

parent a77601e9
......@@ -66,7 +66,7 @@ class TestDeferredConnection(ERP5TypeTestCase):
"""
def getBusinessTemplateList(self):
return tuple()
return 'erp5_full_text_myisam_catalog',
def getTitle(self):
return "Deferred Connection"
......
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