Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1090)

Unified Diff: tests/bitmaps/case_reuse.yaml

Issue 6534025: Correctly handle reuse of screens in yaml file. (Closed) Base URL: http://git.chromium.org/git/vboot_reference.git@master
Patch Set: Fix indentation Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/bitmaps/TestBmpBlock.py ('k') | utility/bmpblk_utility.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/bitmaps/case_reuse.yaml
diff --git a/tests/bitmaps/case_reuse.yaml b/tests/bitmaps/case_reuse.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..4f62d569e3adc2249577d59dd9090a0bdfd54de3
--- /dev/null
+++ b/tests/bitmaps/case_reuse.yaml
@@ -0,0 +1,28 @@
+
+bmpblock: 1.0
+
+images:
+ image0: Background.bmp
+ image1: Word.bmp
+
+screens:
+ scr_a0:
+ - [0, 0, image0]
+
+ scr_b0:
+ - [0, 0, image0]
+
+ scr_c0:
+ - [0, 0, image0]
+
+ scr_d0:
+ - [0, 0, image0]
+
+ scr_z:
+ - [45, 45, image1 ]
+
+localizations:
+ - [ scr_a0, scr_b0, scr_c0, scr_d0 ]
+ - [ scr_a0, scr_b0, scr_c0, scr_z ]
+
+
« no previous file with comments | « tests/bitmaps/TestBmpBlock.py ('k') | utility/bmpblk_utility.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698