boljen / snappy-go

Automatically exported from code.google.com/p/snappy-go
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

test uses data file that's not in the repo #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

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

GoogleCodeExporter commented 9 years ago
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