Bug 943262 - Remove getCharsetTitle part of test_bug713519.js. r=gavin

This commit is contained in:
Margaret Leibovic 2014-03-24 09:22:35 -07:00
parent 94e24bffbc
commit 691b293588

View File

@ -16,13 +16,4 @@ function run_test() {
catch (ex) {
// The exception is expected.
}
do_check_eq(svc.getCharsetTitle("windows-1255"), "Hebrew (Windows-1255)");
try {
svc.getCharsetTitle("no such thing");
do_throw("Calling getCharsetTitle with invalid value should throw.");
}
catch (ex) {
// The exception is expected.
}
}