Bug 462106 - Clear the data copied to clipboard inside the private browsing mode after leaving it; (Bv1) Add |ok(true, ...);|; r=roc

This commit is contained in:
Serge Gautherie 2009-03-27 18:58:09 +01:00
Родитель c6a7de48ce
Коммит 14a7c4781f
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -61,6 +61,7 @@ function initAndRunTests() {
pb = Cc["@mozilla.org/privatebrowsing;1"].
getService(Ci.nsIPrivateBrowsingService);
} catch (e) {
ok(true, "no Private Browsing service");
return;
}