it("must pass a 100 error to the callback if there was an error parsing the XML", function(){
        var adTagUrl = 'http://foo.bar/';
        vast._getVASTAd(adTagUrl, callback);
        this.clock.tick();
        requests[0].respond(200, {"Content-Type": "application/xml"}, 'wrong xml');