Files
OpenCellular/tests/bitmaps/case_simple.yaml
Bill Richardson 2e70c1226a Fix broken bitmap tests
When we changed the bmpblk version from 1.2 to 2.0, the tests weren't
updated.

BUG=chrome-os-partner:11078
BRANCH=all
TEST=manual

make && make runtests

Change-Id: I244a9aeeb34be912fe6058687394c37d0e474890
Signed-off-by: Bill Richardson <wfrichar@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/31377
Reviewed-by: Randall Spangler <rspangler@chromium.org>
2012-08-24 20:43:27 -07:00

28 lines
377 B
YAML

bmpblock: 2.0
images:
background: Background.bmp
text: Word.bmp
screens:
scr_1:
- [0, 0, background]
- [45, 45, text ]
scr_2:
- [0, 0, background]
- [45, 400, text ]
scr_3:
- [0, 0, background]
- [400, 400, text ]
scr_4:
- [0, 0, background]
- [400, 45, text ]
localizations:
- [ scr_1, scr_2, scr_3, scr_4 ]