Merge pull request #3516 from tschaub/unbinary

Remove ol.format.BinaryFeature.
This commit is contained in:
Tim Schaub
2015-04-19 10:04:53 -06:00
26 changed files with 44 additions and 439 deletions

View File

@@ -1,16 +0,0 @@
goog.provide('ol.test.buffer');
describe('ol.binary.Buffer', function() {
describe('constructor', function() {
it('can be constructed without arguments', function() {
var instance = new ol.binary.Buffer();
expect(instance).to.be.an(ol.binary.Buffer);
});
});
});
goog.require('ol.binary.Buffer');

View File

@@ -1,16 +0,0 @@
goog.provide('ol.test.format.BinaryFeature');
describe('ol.format.BinaryFeature', function() {
describe('constructor', function() {
it('can be constructed without arguments', function() {
var instance = new ol.format.BinaryFeature();
expect(instance).to.be.an(ol.format.BinaryFeature);
});
});
});
goog.require('ol.format.BinaryFeature');