has_callback options cannot be overrided

This commit is contained in:
gwen
2012-09-18 15:25:35 +02:00
parent 1ce8d4c098
commit c70fc04f3a
4 changed files with 9 additions and 2 deletions

View File

@ -39,7 +39,7 @@ def test_root_config_answers_ok():
boolop = BoolOption('boolop', 'Test boolean option op', default=True)
descr = OptionDescription('tiramisu', '', [gcdummy, boolop])
cfg = Config(descr)
cfg.cfgimpl_hide()
cfg.cfgimpl_enable_property('hiddend') #cfgimpl_hide()
assert cfg.dummy == False
assert cfg.boolop == True