michael@0: /* Any copyright is dedicated to the Public Domain. michael@0: * http://creativecommons.org/publicdomain/zero/1.0/ */ michael@0: michael@0: const {classes: Cc, interfaces: Ci, results: Cr, utils: Cu} = Components; michael@0: michael@0: "use strict"; michael@0: michael@0: Cu.import("resource://gre/modules/XPCOMUtils.jsm"); michael@0: michael@0: (function initFxAccountsTestingInfrastructure() { michael@0: do_get_profile(); michael@0: michael@0: let ns = {}; michael@0: Cu.import("resource://testing-common/services-common/logging.js", ns); michael@0: michael@0: ns.initTestLogging("Trace"); michael@0: }).call(this); michael@0: