diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2014-02-26 16:50:33 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2014-02-26 16:50:33 +0400 |
commit | fa01c6b1b3918b5dc68933ad18a7ce930788338b (patch) | |
tree | 973df1368194c201e3ab3f171f4d7012a6993c51 /tests/Network/BitTorrent/Tracker/TestData.hs | |
parent | d08a9456ee79d57d7060a9d71064c73a619428c6 (diff) |
Test TimeoutExpired exceptions
Diffstat (limited to 'tests/Network/BitTorrent/Tracker/TestData.hs')
-rw-r--r-- | tests/Network/BitTorrent/Tracker/TestData.hs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/Network/BitTorrent/Tracker/TestData.hs b/tests/Network/BitTorrent/Tracker/TestData.hs index 85544b91..22077e90 100644 --- a/tests/Network/BitTorrent/Tracker/TestData.hs +++ b/tests/Network/BitTorrent/Tracker/TestData.hs | |||
@@ -72,7 +72,11 @@ notWorking name uri = (trackerEntry uri) | |||
72 | trackers :: [TrackerEntry] | 72 | trackers :: [TrackerEntry] |
73 | trackers = | 73 | trackers = |
74 | [ announceOnly "LinuxTracker" | 74 | [ announceOnly "LinuxTracker" |
75 | "http://linuxtracker.org:2710/00000000000000000000000000000000/announce" | 75 | "http://linuxtracker.org:2710/00000000000000000000000000000000/announce" |
76 | |||
77 | -- from "http://www.linux23.com/" | ||
78 | , announceScrape "Arch" "http://tracker.archlinux.org:6969/announce" | ||
79 | , notWorking "rarbg" "udp://9.rarbg.com:2710/announce" | ||
76 | 80 | ||
77 | , announceScrape "OpenBitTorrent" "udp://tracker.openbittorrent.com:80/announce" | 81 | , announceScrape "OpenBitTorrent" "udp://tracker.openbittorrent.com:80/announce" |
78 | , announceScrape "PublicBT" "udp://tracker.publicbt.com:80/announce" | 82 | , announceScrape "PublicBT" "udp://tracker.publicbt.com:80/announce" |