Translations.txt value mismatch not being recognized #1374
Labels
bug
Something isn't working (crash, a rule has a problem)
status: Ready
An issue that is ready to be worked on.
Milestone
Describe the bug
I'm not sure if this is a bug or just a missing validation rule. No validation error results from either
field_name
referencing a value that doesn't exist orfield_value
referencing a value that doesn't exist.Example
routes.txt
...
,route_short_name,
......
,45,
...translations.txt
...
,field_value,
......
,4r,
...^ Validator does not detect that "4r" is not present under
routes.route_short_name
.or
...
,field_name,
......
,rt_shortname,
...^ Validator does not detect that
rt_shortname
is not present inroutes.txt
.or
...
,field_name,
...,field_value,
...
,route_long_name,
...,45,
^ Validator does not detect that
45
is not under,route_long_name,
.Steps/Code to Reproduce
cctbus-mn-usTEST.zip
field_value
for the second record).Expected Results
The Validator should detect these errors and produce an error message for each.
Actual Results
No detection, no error message for either.
Screenshots
No response
Files used
No response
Validator version
4.0.0
Operating system
MacOS
Java version
No response
Additional notes
No response
The text was updated successfully, but these errors were encountered: