diff --git a/tests/conform/test-cogl-texture-get-set-data.c b/tests/conform/test-cogl-texture-get-set-data.c index f22df23fa..84206ff67 100644 --- a/tests/conform/test-cogl-texture-get-set-data.c +++ b/tests/conform/test-cogl-texture-get-set-data.c @@ -101,6 +101,8 @@ paint_cb (void) /* Try with a really big texture in the hope that it will end up sliced. */ check_texture (4, 5128, COGL_TEXTURE_NO_ATLAS); + /* And in the other direction. */ + check_texture (5128, 4, COGL_TEXTURE_NO_ATLAS); clutter_main_quit (); }