tests for get_home_by_paths

This commit is contained in:
gwen
2013-03-15 09:24:43 +01:00
parent 087f7e3a75
commit ccf75aac89
2 changed files with 3 additions and 3 deletions

View File

@ -141,7 +141,7 @@ def test_with_many_subgroups():
assert config.gc.subgroup.booltwo == False
config.gc.subgroup._cfgimpl_descr.booltwo.hide()
path = 'gc.subgroup.booltwo'
homeconfig, name = config._cfgimpl_get_home_by_path(path)
homeconfig, name = config.cfgimpl_get_home_by_path(path)
assert name == "booltwo"
option = getattr(homeconfig._cfgimpl_descr, name)
assert option._is_hidden()