зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1003204: Removed test_utils_exceptionStr.js and its entry in xpcshell.ini r=gfritzsche
This commit is contained in:
Родитель
8ae68951a8
Коммит
c14571be80
|
@ -1,17 +0,0 @@
|
|||
/* Any copyright is dedicated to the Public Domain.
|
||||
* http://creativecommons.org/publicdomain/zero/1.0/ */
|
||||
|
||||
"use strict";
|
||||
|
||||
function run_test() {
|
||||
run_next_test();
|
||||
}
|
||||
|
||||
add_test(function test_exceptionStr_non_exceptions() {
|
||||
do_check_eq(CommonUtils.exceptionStr(null), "null");
|
||||
do_check_eq(CommonUtils.exceptionStr(false), "false");
|
||||
do_check_eq(CommonUtils.exceptionStr(undefined), "undefined");
|
||||
do_check_eq(CommonUtils.exceptionStr(12), "12 No traceback available");
|
||||
|
||||
run_next_test();
|
||||
});
|
|
@ -19,7 +19,6 @@ support-files =
|
|||
[test_utils_encodeBase32.js]
|
||||
[test_utils_encodeBase64URL.js]
|
||||
[test_utils_ensureMillisecondsTimestamp.js]
|
||||
[test_utils_exceptionStr.js]
|
||||
[test_utils_json.js]
|
||||
[test_utils_makeURI.js]
|
||||
[test_utils_namedTimer.js]
|
||||
|
|
Загрузка…
Ссылка в новой задаче