sqlalchemy
This commit is contained in:
@ -102,8 +102,7 @@ def test_consistency_after_config():
|
||||
od2 = OptionDescription('od2', '', [b])
|
||||
od = OptionDescription('root', '', [od1, od2])
|
||||
Config(od)
|
||||
#FIXME a cause du read_only
|
||||
#raises(AttributeError, "a.impl_add_consistency('not_equal', b)")
|
||||
raises(AttributeError, "a.impl_add_consistency('not_equal', b)")
|
||||
|
||||
|
||||
def test_consistency_not_equal_symlink():
|
||||
|
Reference in New Issue
Block a user