Bug 1008481 - Add an expected assertion. r=me

This commit is contained in:
Bobby Holley 2014-09-13 13:13:22 -07:00
Родитель f2388ca16e
Коммит ac94bb3958
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -26,6 +26,8 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=995943
/** Test for CAPS file:// URI prefs. **/
SimpleTest.waitForExplicitFinish();
SimpleTest.requestCompleteLog();
if (Services.appinfo.OS == "Darwin") // See bug 1067022
SimpleTest.expectAssertions(0, 1);
var profileDir = "file://" + Cc["@mozilla.org/file/directory_service;1"]
.getService(Ci.nsIProperties)