Merge pull request #3516 from tschaub/unbinary
Remove ol.format.BinaryFeature.
This commit is contained in:
@@ -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');
|
||||
@@ -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');
|
||||
Reference in New Issue
Block a user