test_get_parsing()
{
	cp ${REF_DIR}/show_parsing.data ${CONFIG_DIR}/test

	assertFailWithNoReturn "${UCI} show test."
	assertFailWithNoReturn "${UCI} show test.section."
	assertFailWithNoReturn "${UCI} show test.section.opt."
	assertFailWithNoReturn "${UCI} show test.section.opt.val."
	assertFailWithNoReturn "${UCI} show test.section.opt.val.qsdf.qsd"
	assertFailWithNoReturn "${UCI} show test.section.opt.valqsqsd"
}
