summaryrefslogtreecommitdiff
path: root/tests/Network/BitTorrent/Tracker/TestData.hs
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-02-27 14:47:10 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-02-27 14:47:10 +0400
commitecd1dcc059e45e6ff8df1869b1fb7f5b3dea3837 (patch)
treeb3653908d8331a80bf57aaf393c4469a950e22bb /tests/Network/BitTorrent/Tracker/TestData.hs
parentf48b30127efbbeeb30a1fdd6e202fc52e1ee6e3a (diff)
Add spec for RPC.UDP.closeManager
Diffstat (limited to 'tests/Network/BitTorrent/Tracker/TestData.hs')
-rw-r--r--tests/Network/BitTorrent/Tracker/TestData.hs4
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
10import Data.Maybe 11import 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
88badTracker :: TrackerEntry
89badTracker = notWorking "rarbg" "udp://9.rarbg.com:2710/announce" \ No newline at end of file