Commit 3b50ce1e authored by Julien Muchembled's avatar Julien Muchembled

TioSafe: do not use legacy simulation

TioSafe tests still need to be configured for new simulation.
But other failures (e.g. SyncML) prevent doing this now.
parent 21c2b398
......@@ -47,8 +47,6 @@ class TestOxatisSynchronization(ERP5TypeTestCase):
'erp5_pdm',
'erp5_simulation',
'erp5_trade',
'erp5_simulation_legacy',
'erp5_trade_simulation_legacy',
'erp5_syncml',
'erp5_tiosafe_core',
'erp5_tiosafe_pdm',
......
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Business Path" module="erp5.portal_type"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_identity_criterion</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>_range_criterion</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
</item>
<item>
<key> <string>categories</string> </key>
<value>
<tuple>
<string>trade_phase/vat</string>
</tuple>
</value>
</item>
<item>
<key> <string>deliverable</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>efficiency</string> </key>
<value> <float>1.0</float> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>1</string> </value>
</item>
<item>
<key> <string>int_index</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>portal_type</string> </key>
<value> <string>Business Path</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Default BP</string> </value>
</item>
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<global name="PersistentMapping" module="Persistence.mapping"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>data</string> </key>
<value>
<dictionary/>
</value>
</item>
</dictionary>
</pickle>
</record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<global name="PersistentMapping" module="Persistence.mapping"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>data</string> </key>
<value>
<dictionary/>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -46,8 +46,6 @@ class TestUbercartSynchronization(ERP5TypeTestCase):
'erp5_pdm',
'erp5_trade',
'erp5_simulation',
'erp5_simulation_legacy',
'erp5_trade_simulation_legacy',
'erp5_syncml',
'erp5_tiosafe_core',
'erp5_tiosafe_test',
......
......@@ -46,8 +46,6 @@ class TestVirtuemartSynchronization(ERP5TypeTestCase):
'erp5_pdm',
'erp5_trade',
'erp5_simulation',
'erp5_simulation_legacy',
'erp5_trade_simulation_legacy',
'erp5_syncml',
'erp5_tiosafe_core',
'erp5_tiosafe_test',
......
......@@ -36,15 +36,8 @@ class TestSaleOrderERP5Synchronization(testPrestashopMixin):
""" This class allows to check different cases of Slae Order's sync. """
def getBusinessTemplateList(self):
return testPrestashopMixin.getBusinessTemplateList(self) + ('erp5_accounting',
'erp5_invoicing',
'erp5_simplified_invoicing',
'erp5_simulation',
'erp5_simulation_legacy',
'erp5_trade_simulation_legacy',
'erp5_accounting_simulation_legacy',
'erp5_invoicing_simulation_legacy',
)
return testPrestashopMixin.getBusinessTemplateList(self) + (
'erp5_accounting', 'erp5_invoicing', 'erp5_simplified_invoicing')
def afterSetUp(self):
""" This method is called after the SetUp method. """
......
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