Bug 1067022 - add expected assertion on windows for test_bug995943.xul. r=RyanVM

MozReview-Commit-ID: 3cg9fQgorhG

--HG--
extra : rebase_source : 76c75b2fab084240c33eab1311ebb6c8f7b9f856
This commit is contained in:
Joel Maher 2016-05-16 06:47:59 -04:00
Родитель b4420dcc85
Коммит b6788df19c
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -28,7 +28,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=995943
SimpleTest.requestCompleteLog();
if (navigator.userAgent.indexOf("Mac OS X 10.10") != -1)
SimpleTest.expectAssertions(5); // See bug 1067022
else if (Services.appinfo.OS == "Darwin")
else if (Services.appinfo.OS == "WINNT")
SimpleTest.expectAssertions(0, 1); // See bug 1067022
var rootdir = Services.appinfo.OS == "WINNT" ? "file:///C:" : "file:///";