summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAdrien Plazas <kekun.plazas@laposte.net>2019-01-27 17:41:06 +0100
committerRobert Ancell <robert.ancell@gmail.com>2019-09-09 22:25:23 +0000
commit555ef00b18a0c3aad0ce4205dd4d286e06dd1f17 (patch)
treeff725fe2054c0ae62fd791ee3c446f1b051e6281 /tests
parent23a74014676618038c0a32f69aa97f9ac6c0608d (diff)
downloadgnome-control-center-555ef00b18a0c3aad0ce4205dd4d286e06dd1f17.tar.gz
network: Use a HdyColumn
This allows the window to reach narrower sizes.
Diffstat (limited to 'tests')
-rw-r--r--tests/network/test-network-panel.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/network/test-network-panel.c b/tests/network/test-network-panel.c
index 0ce09ba56..7ee765914 100644
--- a/tests/network/test-network-panel.c
+++ b/tests/network/test-network-panel.c
@@ -33,6 +33,8 @@
#include <sys/types.h>
#include <signal.h>
#include <gtk/gtk.h>
+#define HANDY_USE_UNSTABLE_API
+#include <handy.h>
#include "cc-test-window.h"
#include "shell/cc-object-storage.h"
@@ -645,6 +647,7 @@ main (int argc, char **argv)
g_setenv ("LC_ALL", "C", TRUE);
gtk_test_init (&argc, &argv, NULL);
+ hdy_init (&argc, &argv);
g_test_add ("/network-panel-wired/empty-ui",
NetworkPanelFixture,