Files
OpenCellular/tests/bitmaps/case_nobmp.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

20 lines
481 B
YAML

# Invalid specification: requests missing image file.
bmpblock: 2.0
# These are the individual images which are layered to produce a screen layout.
images:
devmode: NoSuchFile.bmp
# These are all of the distinct layouts that we know how to display.
screens:
dev_en:
- [0, 0, devmode]
# To customize the images for a particular locale, just reorder this list so
# that the default language appears first.
localizations:
- [ dev_en, dev_en, dev_en, dev_en ]