Revert test runner filters

This commit is contained in:
Daniel García Aubert
2018-05-28 10:32:31 +02:00
parent 4861d35628
commit 8b05d75f97
+2 -2
View File
@@ -39,13 +39,13 @@ describe('server_gettile', function() {
// --{
////////////////////////////////////////////////////////////////////
it.only("get'ing a tile with default style should return an expected tile", function(done){
it("get'ing a tile with default style should return an expected tile", function(done){
testClient.getTile(testClient.defaultTableMapConfig('test_table'), 13, 4011, 3088,
imageCompareFn('test_table_13_4011_3088.png', done)
);
});
it.only("response of get tile can be served by renderer cache", function(done) {
it("response of get tile can be served by renderer cache", function(done) {
var tileUrl = '/13/4011/3088.png';
var lastXwc;
var mapConfig = testClient.defaultTableMapConfig('test_table');