From 43d837d38e68358b9049366bf7edd72d23db1f20 Mon Sep 17 00:00:00 2001 From: Margaret Leibovic Date: Mon, 24 Mar 2014 09:22:35 -0700 Subject: [PATCH] Bug 943262 - Remove getCharsetTitle part of test_bug713519.js. r=gavin --- intl/uconv/tests/unit/test_bug713519.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/intl/uconv/tests/unit/test_bug713519.js b/intl/uconv/tests/unit/test_bug713519.js index 89c3dd39eae4..e9355d635cf0 100644 --- a/intl/uconv/tests/unit/test_bug713519.js +++ b/intl/uconv/tests/unit/test_bug713519.js @@ -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. - } }