diff options
Diffstat (limited to 'tests/Network/BitTorrent/Tracker/TestData.hs')
-rw-r--r-- | tests/Network/BitTorrent/Tracker/TestData.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Network/BitTorrent/Tracker/TestData.hs b/tests/Network/BitTorrent/Tracker/TestData.hs index 22077e90..bfb1bff0 100644 --- a/tests/Network/BitTorrent/Tracker/TestData.hs +++ b/tests/Network/BitTorrent/Tracker/TestData.hs | |||
@@ -5,6 +5,7 @@ module Network.BitTorrent.Tracker.TestData | |||
5 | , isUdpTracker | 5 | , isUdpTracker |
6 | , isHttpTracker | 6 | , isHttpTracker |
7 | , trackers | 7 | , trackers |
8 | , badTracker | ||
8 | ) where | 9 | ) where |
9 | 10 | ||
10 | import Data.Maybe | 11 | import Data.Maybe |
@@ -83,3 +84,6 @@ trackers = | |||
83 | , notWorking "OpenBitTorrent" "http://tracker.openbittorrent.com:80/announce" | 84 | , notWorking "OpenBitTorrent" "http://tracker.openbittorrent.com:80/announce" |
84 | , notWorking "PublicBT" "http://tracker.publicbt.com:80/announce" | 85 | , notWorking "PublicBT" "http://tracker.publicbt.com:80/announce" |
85 | ] | 86 | ] |
87 | |||
88 | badTracker :: TrackerEntry | ||
89 | badTracker = notWorking "rarbg" "udp://9.rarbg.com:2710/announce" \ No newline at end of file | ||