diff options
| author | Luc Donnet | 2014-07-01 19:17:40 +0200 | 
|---|---|---|
| committer | Luc Donnet | 2014-07-01 19:17:40 +0200 | 
| commit | 7d5941b0c9f3797daf632e4adcc822f92cd21b63 (patch) | |
| tree | 6bb13d48f5ca1ab87902daa5f10b518f251f1e03 /spec | |
| parent | c2a7db083fb83ac0c4a1c2ed7beabb35ea4d11ee (diff) | |
| download | chouette-core-7d5941b0c9f3797daf632e4adcc822f92cd21b63.tar.bz2 | |
Add export for stop_areas Refs #0026832
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/fixtures/stop_area_import_invalid.csv | 14 | ||||
| -rw-r--r-- | spec/fixtures/stop_area_import_valid.csv | 14 | 
2 files changed, 14 insertions, 14 deletions
| diff --git a/spec/fixtures/stop_area_import_invalid.csv b/spec/fixtures/stop_area_import_invalid.csv index 7fc4caefc..379c33012 100644 --- a/spec/fixtures/stop_area_import_invalid.csv +++ b/spec/fixtures/stop_area_import_invalid.csv @@ -1,7 +1,7 @@ -"id","name","longitude","latitude","area_type","comment","country_code","street_name","mobility_restricted_suitability","stairs_availability","lift_availability","int_user_needs" -,"StopArea1","0.1","0.1",,"Comment",,,,,, -,"StopArea2","0.2","0.2",,"Comment",,,,,, -,"StopArea3","0.3","0.3",,"Comment",,,,,, -,"StopArea4","0.4","0.4",,"Comment",,,,,, -,"StopArea5","0.5","0.5",,"Comment",,,,,, -,"StopArea6","0.6","0.6",,"Comment",,,,,, +"id","name","longitude","latitude","area_type","parent_id","comment","country_code","street_name","mobility_restricted_suitability","stairs_availability","lift_availability","int_user_needs" +,"StopArea1","0.1","0.1",,,"Comment",,,,,, +,"StopArea2","0.2","0.2",,,"Comment",,,,,, +,"StopArea3","0.3","0.3",,,"Comment",,,,,, +,"StopArea4","0.4","0.4",,,"Comment",,,,,, +,"StopArea5","0.5","0.5",,,"Comment",,,,,, +,"StopArea6","0.6","0.6",,,"Comment",,,,,, diff --git a/spec/fixtures/stop_area_import_valid.csv b/spec/fixtures/stop_area_import_valid.csv index a929378f9..d3d2c6974 100644 --- a/spec/fixtures/stop_area_import_valid.csv +++ b/spec/fixtures/stop_area_import_valid.csv @@ -1,7 +1,7 @@ -"id","name","longitude","latitude","area_type","comment","country_code","street_name","mobility_restricted_suitability","stairs_availability","lift_availability","int_user_needs" -,"StopArea1","0.1","0.1","Quay","Comment",,,,,, -,"StopArea2","0.2","0.2","Quay","Comment",,,,,, -,"StopArea3","0.3","0.3","Quay","Comment",,,,,, -,"StopArea4","0.4","0.4","Quay","Comment",,,,,, -,"StopArea5","0.5","0.5","Quay","Comment",,,,,, -,"StopArea6","0.6","0.6","Quay","Comment",,,,,, +"id","name","longitude","latitude","area_type","parent_id","comment","country_code","street_name","mobility_restricted_suitability","stairs_availability","lift_availability","int_user_needs" +,"StopArea1","0.1","0.1","Quay",,"Comment",,,,,, +,"StopArea2","0.2","0.2","Quay",,"Comment",,,,,, +,"StopArea3","0.3","0.3","Quay",,"Comment",,,,,, +,"StopArea4","0.4","0.4","Quay",,"Comment",,,,,, +,"StopArea5","0.5","0.5","Quay",,"Comment",,,,,, +,"StopArea6","0.6","0.6","Quay",,"Comment",,,,,, | 
