[mutter] tests/wayland/xdg-apply-limits: Uncomment assert



commit 75d8fedcf5cac169af1a8912819672c94083831b
Author: Jonas Ã…dahl <jadahl gmail com>
Date:   Thu Nov 25 10:31:07 2021 +0100

    tests/wayland/xdg-apply-limits: Uncomment assert
    
    The test driver is needed for the test, so assert it was found.
    
    Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1993>

 src/tests/wayland-test-clients/xdg-apply-limits.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/tests/wayland-test-clients/xdg-apply-limits.c 
b/src/tests/wayland-test-clients/xdg-apply-limits.c
index 2c51eee80f..80fca57987 100644
--- a/src/tests/wayland-test-clients/xdg-apply-limits.c
+++ b/src/tests/wayland-test-clients/xdg-apply-limits.c
@@ -371,7 +371,7 @@ main (int    argc,
 
   wl_display_roundtrip (display);
 
-  // g_assert_nonnull (test_driver);
+  g_assert_nonnull (test_driver);
 
   surface = wl_compositor_create_surface (compositor);
   xdg_surface = xdg_wm_base_get_xdg_surface (xdg_wm_base, surface);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]