Skip to content

Commit

Permalink
fixed broken feed test path, dropped airfield test.
Browse files Browse the repository at this point in the history
  • Loading branch information
rochaporto committed Oct 8, 2014
1 parent b14d689 commit 9d2537e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 30 deletions.
29 changes: 0 additions & 29 deletions common/airfield_test.go

This file was deleted.

2 changes: 1 addition & 1 deletion welt2000/welt2000_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func TestListMissing(t *testing.T) {
}

func TestListBrokenFeed(t *testing.T) {
_, err := List("./test-brokenfeed.xml")
_, err := List("./test-releases-broken.xml")
if err == nil {
t.Errorf("Parsing a broken rss feed should have failed")
}
Expand Down

0 comments on commit 9d2537e

Please sign in to comment.