Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: testing/xpcshell/test/unit/xpcshell.toml
/* 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
function run_test() {
/* import-globals-from prefs_test_common.js */
load("prefs_test_common.js");
check_common_xpcshell_without_prefs();
Assert.ok(
has_pref_from_manifest_file_section(),
"Should have pref set for file in xpcshell.ini"
);
}