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