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