-
Notifications
You must be signed in to change notification settings - Fork 114
Closed
Labels
bugSomething isn't working (crash, a rule has a problem)Something isn't working (crash, a rule has a problem)
Milestone
Description
Describe the bug
When a feed doesn't have block_id defined in stop_times.txt, it still displays as a Count of 1.
Steps/Code to Reproduce
- Run a feed with no blocks in the validator
- Return and see a count of 1 in the summary report for Blocks
Expected Results
0 Blocks in count
Actual Results
1 Block in count
Related to
gtfs-validator/main/src/main/java/org/mobilitydata/gtfsvalidator/report/model/FeedMetadata.java
Line 119 in edf9867
| private <E extends GtfsEntity> int loadUniqueCount( |
Screenshots
No response
Files used
No response
Validator version
5.1
Operating system
MacOS
Java version
No response
Additional notes
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't working (crash, a rule has a problem)Something isn't working (crash, a rule has a problem)
Type
Projects
Status
Done