Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F35401136
main.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
700 B
Subscribers
None
main.js
View Options
/*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
Details
Attached
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
Attached To
rENIG Enigmail
Event Timeline
Log In to Comment