Page MenuHome GnuPG

main.js
No OneTemporary

/*global do_subtest: false, Components: false */
/*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
function execTest(filename) {
const Cc = Components.classes;
const Ci = Components.interfaces;
let env = Cc["@mozilla.org/process/environment;1"].getService(Ci.nsIEnvironment);
let testcases = env.get("JS_TEST");
if (testcases && testcases.length > 0) {
if (testcases.search(filename) >= 0) do_subtest(filename);
}
else
do_subtest(filename);
}
// the subprocess tests
execTest("enigmailMsgComposeOverlay-test.js");

File Metadata

Mime Type
text/plain
Expires
Sat, Feb 7, 5:31 PM (1 d, 16 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
dc/65/9a42a6e2332e0de8664d303bdd5d

Event Timeline