Index: uspace/lib/gfx/test/bitmap.c
===================================================================
--- uspace/lib/gfx/test/bitmap.c	(revision 0e6e77f09b348a14b2b1fa8165b25000755a93f1)
+++ uspace/lib/gfx/test/bitmap.c	(revision 03c80816a7b2b05b2d52bbcacb5b362122cfb329)
@@ -84,4 +84,5 @@
 	PCUT_ASSERT_ERRNO_VAL(EOK, rc);
 
+	gfx_bitmap_params_init(&params);
 	params.rect.p0.x = 1;
 	params.rect.p0.y = 2;
@@ -120,4 +121,6 @@
 	PCUT_ASSERT_ERRNO_VAL(EOK, rc);
 
+	gfx_bitmap_params_init(&params);
+
 	rc = gfx_bitmap_create(gc, &params, NULL, &bitmap);
 	PCUT_ASSERT_ERRNO_VAL(EOK, rc);
@@ -159,4 +162,6 @@
 	rc = gfx_context_new(&ops, &tgc, &gc);
 	PCUT_ASSERT_ERRNO_VAL(EOK, rc);
+
+	gfx_bitmap_params_init(&params);
 
 	rc = gfx_bitmap_create(gc, &params, NULL, &bitmap);
Index: uspace/lib/gfx/test/coord.c
===================================================================
--- uspace/lib/gfx/test/coord.c	(revision 0e6e77f09b348a14b2b1fa8165b25000755a93f1)
+++ uspace/lib/gfx/test/coord.c	(revision 03c80816a7b2b05b2d52bbcacb5b362122cfb329)
@@ -598,5 +598,5 @@
 
 /** Rectangle dimensions for reversed rectangle are computed correctly */
-PCUT_TEST(rect_dims_straight)
+PCUT_TEST(rect_dims_reversed)
 {
 	gfx_rect_t rect;
