Skip tests for ol.format.MVT in IE9

This commit is contained in:
Bart van den Eijnden
2015-11-24 09:33:56 +01:00
parent 890b515e44
commit 46b7f80fef
2 changed files with 311 additions and 310 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
goog.provide('ol.test.format.MVT'); goog.provide('ol.test.format.MVT');
(typeof ArrayBuffer == 'function' ? describe : xdescribe)('ol.format.MVT',
describe('ol.format.MVT', function() { function() {
var data; var data;
beforeEach(function(done) { beforeEach(function(done) {
+2 -1
View File
@@ -120,7 +120,8 @@ function itNoPhantom() {
}); });
itNoPhantom('allows operation type to be set to "image"', function(done) { itNoPhantom('allows operation type to be set to "image"',
function(done) {
var log = []; var log = [];