akireserrano86 / googletransitdatafeed

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

Windows FeedValidator allows capital letters in file names, Unix does not #256

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Create a feed with files like "stops.TXT" etc
2.Run FeedValidator OK on Windows
3.Run FeedValidator on Unix, and it can't find any files, and fails

What is the expected output? What do you see instead?

I expect consistent behaviour - I suspect case-sensitivity is correct.

What version of the product are you using? On what operating system?

Unsure version, on Windows & Unix.

Please provide any additional information below.

I suggest we add a check in both versions which explicitly confirms the file 
names. Currently, we're pretty poor with filename confirmations anyway.

Additionally, we should make an explicit check for a directory structure, and 
raise an error, but continue with a normal validation - the logic isn't hard.

Original issue reported on code.google.com by richardr...@google.com on 30 Sep 2010 at 9:07

GoogleCodeExporter commented 8 years ago

Original comment by tom.brow...@gmail.com on 9 Nov 2010 at 1:40

GoogleCodeExporter commented 8 years ago
Moved to https://github.com/google/transitfeed/issues/256

Original comment by bdfer...@google.com on 8 Oct 2014 at 12:19