golang/snappy

test uses data file that's not in the repo

GoogleCodeExporter opened this issue · 1 comments


Can you please include the file needed for testing (snapp_test.go):

        words, err := ioutil.ReadFile("/usr/share/dict/words")


Original issue reported on code.google.com by JeffreyD...@gmail.com on 14 Nov 2011 at 8:05

I think that this is a semi-standard file on linux based OSes, which might 
explain why the authors forgot to include it in the repo. Still, I completely 
agree that the testing data should be in the repository.

Original comment by greaves....@gmail.com on 10 Nov 2013 at 8:55