From 2e70c1226a511b9e331f2e9ef6226c2c9920cef4 Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Fri, 24 Aug 2012 14:13:22 -0700 Subject: [PATCH] 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 Reviewed-on: https://gerrit.chromium.org/gerrit/31377 Reviewed-by: Randall Spangler --- tests/bitmaps/case_badbmp.yaml | 2 +- tests/bitmaps/case_nobmp.yaml | 2 +- tests/bitmaps/case_order1.yaml | 2 +- tests/bitmaps/case_order2.yaml | 2 +- tests/bitmaps/case_reuse.yaml | 2 +- tests/bitmaps/case_simple.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/bitmaps/case_badbmp.yaml b/tests/bitmaps/case_badbmp.yaml index c4571ff95f..8772e2e7ff 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 f88b9d5e53..02b44a3571 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 4e1c429781..c116ee4514 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 91ac6dd751..cd9018f5b2 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 4f62d569e3..1265d3c09c 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 5c8590dbc1..c30a0645ac 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