From 259b51de8e439a68dd21f1b2fc98d0f7e45a3514 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Wed, 20 May 2015 14:07:02 -0700 Subject: Add a missing Gtk.init() Or the test will fail when trying to open the GTK display. --- test/endless/testCustomContainer.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/endless/testCustomContainer.js b/test/endless/testCustomContainer.js index 7038beb..09b23bb 100644 --- a/test/endless/testCustomContainer.js +++ b/test/endless/testCustomContainer.js @@ -15,6 +15,8 @@ const TestContainer = new Lang.Class({ } }); +Gtk.init(null); + describe("CustomContainer", function () { it("Instantiates a CustomContainer subclass to make sure no exceptions/segfaults", function () { let createContainer = function () { -- cgit v1.2.3