jyawn / googletransitdatafeed

Automatically exported from code.google.com/p/googletransitdatafeed
0 stars 0 forks source link

Feed Validator crashes when loading frequencies.txt with no header specified #341

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If a frequencies.txt file does not include a header row or is missing a 
required column, the feed validator will crash because the Frequency 
constructor doesn't do any checks to make sure that required field values are 
actually present.

Original issue reported on code.google.com by bdfer...@google.com on 22 Jun 2012 at 8:48

GoogleCodeExporter commented 8 years ago

Original comment by bdfer...@google.com on 22 Jun 2012 at 8:48

GoogleCodeExporter commented 8 years ago
Reviewed at http://codereview.appspot.com/6333051/ and committed in r1682.

Original comment by bdfer...@google.com on 28 Jun 2012 at 3:04