From 4607d32070406dbbde0aeeea459548d4a6aa3a1a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 29 Mar 2011 18:04:29 +0800 Subject: [PATCH] tests/tickets.js --- tests/tickets.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/tickets.js b/tests/tickets.js index 2d162c78..126baa55 100644 --- a/tests/tickets.js +++ b/tests/tickets.js @@ -6,6 +6,12 @@ GLib = imports.gi.GLib; Soup = imports.gi.Soup ; +GI = imports.gi.GIRepository +GLib = imports.gi.GLib; + +// we add this in, as it appears to get lost sometimes if we set it using the ENV. variable in builder.sh +GI.IRepository.prepend_search_path(GLib.get_home_dir() + '/.Builder/girepository-1.1'); + File = imports['../File.js'].File; -- 2.39.2