diff options
Diffstat (limited to 'tests/ivi_layout-internal-test.c')
-rw-r--r-- | tests/ivi_layout-internal-test.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ivi_layout-internal-test.c b/tests/ivi_layout-internal-test.c index 4436c2c1..9596a405 100644 --- a/tests/ivi_layout-internal-test.c +++ b/tests/ivi_layout-internal-test.c @@ -88,8 +88,6 @@ test_surface_bad_orientation(struct test_context *ctx) const struct ivi_layout_interface *lyt = ctx->layout_interface; iassert(lyt->surface_set_orientation(NULL, WL_OUTPUT_TRANSFORM_90) == IVI_FAILED); - - iassert(lyt->surface_get_orientation(NULL) == WL_OUTPUT_TRANSFORM_NORMAL); } static void |