it("must not set the sequence number if not defined", function () {
    var ad = new Ad(xml.toJXONTree('<ad></ad>'));
    assert.isUndefined(ad.sequence);
  });