Commit 00683235 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

Since Delivery Tool and Order Tool are no longer included in erp5_core, I...

Since Delivery Tool and Order Tool are no longer included in erp5_core, I remove tests for viewing these tools.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23672 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c3ddd80e
......@@ -172,8 +172,6 @@ class TestERP5Core(ERP5TypeTestCase, ZopeTestCase.Functional):
"""Test we can view tools."""
for tool in ('portal_categories',
'portal_templates',
'portal_orders',
'portal_deliveries',
'portal_rules',
'portal_alarms',):
response = self.publish('%s/%s/view' % (self.portal_id, tool), self.auth)
......
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