summaryrefslogtreecommitdiff
path: root/tests/bitmaps/case_badbmp.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bitmaps/case_badbmp.yaml')
-rw-r--r--tests/bitmaps/case_badbmp.yaml19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/bitmaps/case_badbmp.yaml b/tests/bitmaps/case_badbmp.yaml
new file mode 100644
index 00000000..1222aaf8
--- /dev/null
+++ b/tests/bitmaps/case_badbmp.yaml
@@ -0,0 +1,19 @@
+# Invalid specification: requests missing image file.
+
+bmpblock: 1.0
+
+# These are the individual images which are layered to produce a screen layout.
+images:
+ devmode: NotReallyA.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 ]
+