Commit f72c3f44 authored by Jérome Perrin's avatar Jérome Perrin

update comments, 'erp5_common' does not exist


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18733 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a39219f1
......@@ -193,11 +193,10 @@ class TestERP5Type(PropertySheetTestCase, LogInterceptor):
# erp5_core tests
def testERP5CoreHasParentBaseCategory(self):
# Test if erp5_common parent base category was imported successfully
# Test if erp5_core parent base category was imported successfully
self.assertNotEquals(getattr(self.getCategoryTool(), 'parent', None), None)
def testERP5CoreHasImageType(self):
# Test if erp5_common parent base category was imported successfully
self.assertNotEquals(getattr(self.getTypeTool(), 'Image', None), None)
# Business Template Tests
......
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