Commit cab7508a authored by Łukasz Nowak's avatar Łukasz Nowak

Drop property fully.

parent 9b12a0d9
......@@ -25,7 +25,7 @@ class TestSlapOSConstraintMixin(testSlapOSMixin):
# required
obj.edit(**{property_id:None})
delattr(obj, property_id)
self.assertTrue(consistency_message in self.getMessageList(obj))
obj.edit(**{property_id:''})
......
239
\ No newline at end of file
240
\ No newline at end of file
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