summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2012-08-24 14:13:22 -0700
committerGerrit <chrome-bot@google.com>2012-08-24 20:43:27 -0700
commit2e70c1226a511b9e331f2e9ef6226c2c9920cef4 (patch)
treedd3b56b897adb6c5fab0e6a1bbb4f021764ec9bd
parent16de2c7baeead3e0d9a566e89c7c50bcaab0edfe (diff)
downloadvboot-2e70c1226a511b9e331f2e9ef6226c2c9920cef4.tar.gz
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>
-rw-r--r--tests/bitmaps/case_badbmp.yaml2
-rw-r--r--tests/bitmaps/case_nobmp.yaml2
-rw-r--r--tests/bitmaps/case_order1.yaml2
-rw-r--r--tests/bitmaps/case_order2.yaml2
-rw-r--r--tests/bitmaps/case_reuse.yaml2
-rw-r--r--tests/bitmaps/case_simple.yaml2
6 files changed, 6 insertions, 6 deletions
diff --git a/tests/bitmaps/case_badbmp.yaml b/tests/bitmaps/case_badbmp.yaml
index c4571ff9..8772e2e7 100644
--- a/tests/bitmaps/case_badbmp.yaml
+++ b/tests/bitmaps/case_badbmp.yaml
@@ -1,6 +1,6 @@
# Invalid specification: requests missing image file.
-bmpblock: 1.2
+bmpblock: 2.0
# These are the individual images which are layered to produce a screen layout.
images:
diff --git a/tests/bitmaps/case_nobmp.yaml b/tests/bitmaps/case_nobmp.yaml
index f88b9d5e..02b44a35 100644
--- a/tests/bitmaps/case_nobmp.yaml
+++ b/tests/bitmaps/case_nobmp.yaml
@@ -1,6 +1,6 @@
# Invalid specification: requests missing image file.
-bmpblock: 1.0
+bmpblock: 2.0
# These are the individual images which are layered to produce a screen layout.
images:
diff --git a/tests/bitmaps/case_order1.yaml b/tests/bitmaps/case_order1.yaml
index 4e1c4297..c116ee45 100644
--- a/tests/bitmaps/case_order1.yaml
+++ b/tests/bitmaps/case_order1.yaml
@@ -1,5 +1,5 @@
-bmpblock: 1.0
+bmpblock: 2.0
images:
image0: Background.bmp
diff --git a/tests/bitmaps/case_order2.yaml b/tests/bitmaps/case_order2.yaml
index 91ac6dd7..cd9018f5 100644
--- a/tests/bitmaps/case_order2.yaml
+++ b/tests/bitmaps/case_order2.yaml
@@ -1,5 +1,5 @@
-bmpblock: 1.0
+bmpblock: 2.0
images:
zmage0: Background.bmp
diff --git a/tests/bitmaps/case_reuse.yaml b/tests/bitmaps/case_reuse.yaml
index 4f62d569..1265d3c0 100644
--- a/tests/bitmaps/case_reuse.yaml
+++ b/tests/bitmaps/case_reuse.yaml
@@ -1,5 +1,5 @@
-bmpblock: 1.0
+bmpblock: 2.0
images:
image0: Background.bmp
diff --git a/tests/bitmaps/case_simple.yaml b/tests/bitmaps/case_simple.yaml
index 5c8590db..c30a0645 100644
--- a/tests/bitmaps/case_simple.yaml
+++ b/tests/bitmaps/case_simple.yaml
@@ -1,5 +1,5 @@
-bmpblock: 1.0
+bmpblock: 2.0
images:
background: Background.bmp