Compare commits
2 commits
master
...
fix-defaul
Author | SHA1 | Date | |
---|---|---|---|
|
a9f997d1c7 | ||
|
327f414740 |
2 changed files with 2 additions and 2 deletions
|
@ -888,7 +888,7 @@ struct Stop
|
|||
Text stop_code;
|
||||
Text stop_desc;
|
||||
Text stop_url;
|
||||
StopLocationType location_type = StopLocationType::GenericNode;
|
||||
StopLocationType location_type = StopLocationType::StopOrPlatform;
|
||||
Text stop_timezone;
|
||||
Text wheelchair_boarding;
|
||||
Id level_id;
|
||||
|
|
|
@ -395,7 +395,7 @@ TEST_CASE("Stops")
|
|||
CHECK_EQ(stops[0].stop_id, "FUR_CREEK_RES");
|
||||
CHECK(stops[0].stop_desc.empty());
|
||||
CHECK_EQ(stops[0].stop_name, "Furnace Creek Resort (Demo)");
|
||||
CHECK_EQ(stops[0].location_type, StopLocationType::GenericNode);
|
||||
CHECK_EQ(stops[0].location_type, StopLocationType::StopOrPlatform);
|
||||
CHECK(stops[0].zone_id.empty());
|
||||
|
||||
auto const & stop = feed.get_stop("FUR_CREEK_RES");
|
||||
|
|
Loading…
Add table
Reference in a new issue