Skip to content

Commit

Permalink
adding check for optional segment_ids message to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoe committed Sep 14, 2014
1 parent a9144ef commit b068c9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests.py
Expand Up @@ -67,6 +67,7 @@ def test_validate_GGNRA(self):
('success', 'valid-file-trail-segments', 'Your trail-segments.geojson file looks good.'),
('success', 'valid-file-named-trails', 'Your named-trails.csv file looks good.'),
('warning', 'bad-data-trailheads', 'Optional trailheads field "area_id" is missing.'),
('warning', 'bad-data-trailheads', 'Optional trailheads field "segment_ids" is missing.'),
('warning', 'missing-file-areas', 'Could not find optional file areas.geojson.'),
]

Expand Down

0 comments on commit b068c9a

Please sign in to comment.