diff --git a/test/ciao/reverse/boundary_circle_invalid_radius.coffee b/test/ciao/reverse/boundary_circle_invalid_radius.coffee index cb257d4e..cc47292a 100644 --- a/test/ciao/reverse/boundary_circle_invalid_radius.coffee +++ b/test/ciao/reverse/boundary_circle_invalid_radius.coffee @@ -26,14 +26,10 @@ json.features.should.be.instanceof Array should.exist json.geocoding.errors json.geocoding.errors.should.eql [ 'missing param \'boundary.circle.radius\'' ] -#? expected warnings -should.exist json.geocoding.warnings -json.geocoding.warnings.should.eql [ 'boundary.circle is currently unsupported' ] - #? inputs # json.geocoding.query['size'].should.eql 10 -# json.geocoding.query['point.lat'].should.eql 40.744243 -# json.geocoding.query['point.lon'].should.eql -73.990342 -# json.geocoding.query['boundary.circle.lat'].should.eql 40.744243 -# json.geocoding.query['boundary.circle.lon'].should.eql -73.990342 -# should.not.exist json.geocoding.query['boundary.circle.radius'] +json.geocoding.query['point.lat'].should.eql 40.744243 +json.geocoding.query['point.lon'].should.eql -73.990342 +should.not.exist json.geocoding.query['boundary.circle.radius'] +should.not.exist json.geocoding.query['boundary.circle.lat'] +should.not.exist json.geocoding.query['boundary.circle.lon'] diff --git a/test/ciao/reverse/boundary_circle_valid_radius.coffee b/test/ciao/reverse/boundary_circle_valid_radius.coffee index 9279eb70..f4ef8f35 100644 --- a/test/ciao/reverse/boundary_circle_valid_radius.coffee +++ b/test/ciao/reverse/boundary_circle_valid_radius.coffee @@ -25,14 +25,10 @@ json.features.should.be.instanceof Array #? expected errors should.not.exist json.geocoding.errors -#? expected warnings -should.exist json.geocoding.warnings -json.geocoding.warnings.should.eql [ 'boundary.circle is currently unsupported' ] - #? inputs -# json.geocoding.query['size'].should.eql 10 -# json.geocoding.query['point.lat'].should.eql 40.744243 -# json.geocoding.query['point.lon'].should.eql -73.990342 -# json.geocoding.query['boundary.circle.lat'].should.eql 40.744243 -# json.geocoding.query['boundary.circle.lon'].should.eql -73.990342 -# json.geocoding.query['boundary.circle.radius'].should.eql 999.9 +json.geocoding.query['size'].should.eql 10 +json.geocoding.query['point.lat'].should.eql 40.744243 +json.geocoding.query['point.lon'].should.eql -73.990342 +json.geocoding.query['boundary.circle.lat'].should.eql 40.744243 +json.geocoding.query['boundary.circle.lon'].should.eql -73.990342 +json.geocoding.query['boundary.circle.radius'].should.eql 999.9