Auth / non-auth tests for SHP and KML export are in place

This commit is contained in:
Sandro Santilli 2013-03-26 16:12:10 +01:00
parent c3ae7074cb
commit a0d9038e59

View File

@ -605,8 +605,6 @@ function toSHP(dbname, user_id, gcol, sql, skipfields, filename, res, callback)
var shapefile = outdirpath + '/' + filename + '.shp';
// TODO: following tests:
// - fetch with no auth [done]
// - fetch with auth [done]
// - fetch same query concurrently
// - fetch query with no "the_geom" column
@ -712,8 +710,6 @@ function toKML(dbname, user_id, gcol, sql, skipfields, res, callback) {
var dumpfile = outdirpath + '/cartodb-query.kml';
// TODO: following tests:
// - fetch with no auth
// - fetch with auth
// - fetch same query concurrently
// - fetch query with no "the_geom" column