050_show 420 B

1234567891011
  1. test_get_parsing()
  2. {
  3. cp ${REF_DIR}/show_parsing.data ${CONFIG_DIR}/test
  4. assertFailWithNoReturn "${UCI} show test."
  5. assertFailWithNoReturn "${UCI} show test.section."
  6. assertFailWithNoReturn "${UCI} show test.section.opt."
  7. assertFailWithNoReturn "${UCI} show test.section.opt.val."
  8. assertFailWithNoReturn "${UCI} show test.section.opt.val.qsdf.qsd"
  9. assertFailWithNoReturn "${UCI} show test.section.opt.valqsqsd"
  10. }