1
0
Fork 0
mirror of https://github.com/vbatts/sl-feeds.git synced 2025-07-26 17:00:29 +00:00

test: prep for testing other folks' ChangeLog.txt

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2017-02-27 08:57:04 -05:00
parent 1cca828855
commit de7b0fc949
Signed by: vbatts
GPG key ID: 10937E57733F1362
6 changed files with 2409 additions and 5 deletions

View file

@ -7,7 +7,7 @@ import (
)
func TestFeed(t *testing.T) {
fh, err := os.Open("testdata/ChangeLog.txt")
fh, err := os.Open("testdata/slackware64/ChangeLog.txt")
if err != nil {
t.Fatal(err)
}

View file

@ -7,7 +7,7 @@ import (
)
func TestParse(t *testing.T) {
fh, err := os.Open("testdata/ChangeLog.txt")
fh, err := os.Open("testdata/slackware64/ChangeLog.txt")
if err != nil {
t.Fatal(err)
}

2404
changelog/testdata/alien/kde/ChangeLog.txt vendored Normal file

File diff suppressed because it is too large Load diff