Commit 9b99a054 authored by Romain Courteaud's avatar Romain Courteaud

Run all tests...


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6402 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8716490c
......@@ -58,7 +58,7 @@ from Products.ERP5Type.Tool.ClassTool import _aq_reset
class TestBase(ERP5TypeTestCase):
run_all_test = 0
run_all_test = 1
object_portal_type = "Organisation"
not_defined_property_id = "azerty_qwerty"
not_defined_property_value = "qwerty_azerty"
......@@ -741,7 +741,7 @@ class TestBase(ERP5TypeTestCase):
object_instance.getProperty(
self.not_related_to_temp_object_property_id))
def test_06_getPropertyOnTempClass(self, quiet=0, run=1):
def test_06_getPropertyOnTempClass(self, quiet=0, run=run_all_test):
"""
Test if set/getProperty work in temp object without
a portal type with the same name.
......
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