Commit 35cb4f2b authored by Jean-Paul Smets's avatar Jean-Paul Smets

Added mising space

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14393 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 932cf460
...@@ -1099,7 +1099,7 @@ class TestBusinessTemplate(ERP5TypeTestCase, LogInterceptor): ...@@ -1099,7 +1099,7 @@ class TestBusinessTemplate(ERP5TypeTestCase, LogInterceptor):
catalog = pc.getSQLCatalog() catalog = pc.getSQLCatalog()
self.failUnless(catalog is not None) self.failUnless(catalog is not None)
method_id = "z_fake_method" method_id = "z_fake_method"
addSQLMethod =catalog.manage_addProduct['ZSQLMethods'].manage_addZSQLMethod addSQLMethod = catalog.manage_addProduct['ZSQLMethods'].manage_addZSQLMethod
addSQLMethod(id=method_id, title='', connection_id='erp5_sql_connection', addSQLMethod(id=method_id, title='', connection_id='erp5_sql_connection',
arguments='', template='') arguments='', template='')
zsql_method = catalog._getOb(method_id, None) zsql_method = catalog._getOb(method_id, None)
......
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