From c3aefd16c1b6501b6f7d0c2317fcdff85545573b Mon Sep 17 00:00:00 2001 From: Raul Ochoa Date: Mon, 4 Aug 2014 15:58:37 +0200 Subject: [PATCH] CDB-3774 Re-enables disabled tests --- test/acceptance/app.test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/acceptance/app.test.js b/test/acceptance/app.test.js index c751d7ad..7d3ede25 100644 --- a/test/acceptance/app.test.js +++ b/test/acceptance/app.test.js @@ -939,7 +939,7 @@ test('multiple skipfields parameter do not kill the backend', function(done){ }); }); -test.skip('GET /api/v1/sql ensure cross domain set on errors', function(done){ +test('GET /api/v1/sql ensure cross domain set on errors', function(done){ assert.response(app, { url: '/api/v1/sql?q=SELECT%20*gadfgadfg%20FROM%20untitle_table_4', headers: {host: 'vizzuality.cartodb.com'}, @@ -1049,7 +1049,7 @@ test('GET decent error if domain is incorrect', function(done){ }); // this test does not make sense with the current CDB_QueryTables implementation -test.skip('GET decent error if SQL is broken', function(done){ +test('GET decent error if SQL is broken', function(done){ assert.response(app, { url: '/api/v1/sql?' + querystring.stringify({q: 'SELECT star FROM this and that'