Added street geocoder functions to integration tests

This commit is contained in:
Mario de Frutos
2016-01-25 11:00:42 +01:00
parent fffcef90a5
commit 326c5e0f7d
3 changed files with 36 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
id,country,province,city,postalcode,ip
1,Spain,Castilla y León,Valladolid,47010,8.8.8.8
2,USA,New York,Manhattn,10001,8.8.8.8
id,country,province,city,postalcode,ip,street
1,Spain,Castilla y León,Valladolid,47010,8.8.8.8,Calle Amor de Dios
2,USA,New York,Manhattn,10001,8.8.8.8,NonExistentStreet
1 id country province city postalcode ip street
2 1 Spain Castilla y León Valladolid 47010 8.8.8.8 Calle Amor de Dios
3 2 USA New York Manhattn 10001 8.8.8.8 NonExistentStreet