Commit 1b75bd2d authored by Yoshinori Okuji's avatar Yoshinori Okuji

Please do not disable a test!


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4088 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f2721106
......@@ -405,7 +405,7 @@ class TestCMFCategory(ERP5TypeTestCase):
self.assertEqual(p1.getRegion(), 'europe/ouest/france')
self.failUnless(p1 in west.getRegionRelatedValueList())
def DISABLED_test_14_multiplePortalTypes(self, quiet=0, run=run_all_test) :
def test_14_multiplePortalTypes(self, quiet=0, run=run_all_test) :
""" Checks that categories support different value per portal_type,
like a colored graph on portal_type"""
if not run: return
......
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