Commit f24647ef authored by Romain Courteaud's avatar Romain Courteaud

Revert some modifications done in r21382.

Those changes were not related to local property and should not be changed.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21470 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4442db6f
...@@ -516,7 +516,7 @@ class TestConstraint(PropertySheetTestCase): ...@@ -516,7 +516,7 @@ class TestConstraint(PropertySheetTestCase):
SetObjectBadTypedProperty \ SetObjectBadTypedProperty \
CreatePropertyTypeValidity \ CreatePropertyTypeValidity \
CallCheckConsistency \ CallCheckConsistency \
CheckIfConstraintSucceeded \ CheckIfConstraintFailed \
' '
sequence_list.addSequenceString(sequence_string) sequence_list.addSequenceString(sequence_string)
# Test Constraint with property defined on object # Test Constraint with property defined on object
...@@ -536,7 +536,7 @@ class TestConstraint(PropertySheetTestCase): ...@@ -536,7 +536,7 @@ class TestConstraint(PropertySheetTestCase):
SetObjectBadTypedProperty \ SetObjectBadTypedProperty \
CreatePropertyTypeValidity \ CreatePropertyTypeValidity \
CallFixConsistency \ CallFixConsistency \
CheckIfConstraintSucceeded \ CheckIfConstraintFailed \
CallCheckConsistency \ CallCheckConsistency \
CheckIfConstraintSucceeded \ CheckIfConstraintSucceeded \
' '
......
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