Bug 599475/561350, disable test_punycodeURIs.js again, a=blocking-beta8 CLOSED TREE

This commit is contained in:
Nick Thomas 2010-12-14 23:08:59 +13:00
Родитель 58de4789df
Коммит 465d3f7177
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -93,6 +93,12 @@ function checkFile() {
}
function run_test() {
var isOSX = ("nsILocalFileMac" in Components.interfaces);
if (isOSX) {
dump("INFO | test_punycodeURIs.js | Skipping test on mac, bug 599475")
return;
}
// set up the uri to test with
var ioService =
Components.classes["@mozilla.org/network/io-service;1"]