Bug 798345 - Fix the comm-central perma-orange introduced by bug 794606; r=jdm

This commit is contained in:
Ehsan Akhgari 2012-10-05 11:12:15 -04:00
parent 4e6612830f
commit c212e02a04

View File

@ -16,6 +16,11 @@ this.__defineGetter__("pb", function () {
// Private resumed request sends times=1 cookie, completes
function run_test() {
// Don't run the test where the PB service is not available
if (!pb) {
return;
}
do_test_pending();
let httpserv = new HttpServer();