diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2014-04-26 07:42:57 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2014-04-26 07:42:57 +0400 |
commit | a7fda9d39ed82cb9d3ad0c28e76e88e59539a492 (patch) | |
tree | 925183a691bbb57ca5f7140614e1fdbc610b3b1e /tests/Network/BitTorrent/Tracker | |
parent | 4587ffd5406162bb06a6549ffd2ff277e0a93916 (diff) | |
parent | 85bf8475bbbce79b1bedde641192fa945614283d (diff) |
Merge branch 'tidy' into dev
Diffstat (limited to 'tests/Network/BitTorrent/Tracker')
-rw-r--r-- | tests/Network/BitTorrent/Tracker/MessageSpec.hs | 10 | ||||
-rw-r--r-- | tests/Network/BitTorrent/Tracker/RPC/HTTPSpec.hs | 2 | ||||
-rw-r--r-- | tests/Network/BitTorrent/Tracker/RPC/UDPSpec.hs | 2 | ||||
-rw-r--r-- | tests/Network/BitTorrent/Tracker/TestData.hs | 2 |
4 files changed, 8 insertions, 8 deletions
diff --git a/tests/Network/BitTorrent/Tracker/MessageSpec.hs b/tests/Network/BitTorrent/Tracker/MessageSpec.hs index c56afd2a..29854d58 100644 --- a/tests/Network/BitTorrent/Tracker/MessageSpec.hs +++ b/tests/Network/BitTorrent/Tracker/MessageSpec.hs | |||
@@ -16,13 +16,13 @@ import Data.Maybe | |||
16 | import Test.Hspec | 16 | import Test.Hspec |
17 | import Test.QuickCheck | 17 | import Test.QuickCheck |
18 | 18 | ||
19 | import Data.Torrent.InfoHashSpec () | 19 | import Data.TorrentSpec () |
20 | import Data.Torrent.ProgressSpec () | 20 | import Network.BitTorrent.Internal.ProgressSpec () |
21 | import Network.BitTorrent.Core.PeerIdSpec () | 21 | import Network.BitTorrent.Address () |
22 | import Network.BitTorrent.Core.PeerAddrSpec () | 22 | import Network.BitTorrent.Address () |
23 | 23 | ||
24 | import Network.BitTorrent.Tracker.Message as Message | 24 | import Network.BitTorrent.Tracker.Message as Message |
25 | import Network.BitTorrent.Core | 25 | import Network.BitTorrent.Address |
26 | 26 | ||
27 | 27 | ||
28 | --prop_bencode :: Eq a => BEncode a => a -> Bool | 28 | --prop_bencode :: Eq a => BEncode a => a -> Bool |
diff --git a/tests/Network/BitTorrent/Tracker/RPC/HTTPSpec.hs b/tests/Network/BitTorrent/Tracker/RPC/HTTPSpec.hs index 65f58911..e928f917 100644 --- a/tests/Network/BitTorrent/Tracker/RPC/HTTPSpec.hs +++ b/tests/Network/BitTorrent/Tracker/RPC/HTTPSpec.hs | |||
@@ -5,7 +5,7 @@ import Data.Default | |||
5 | import Data.List as L | 5 | import Data.List as L |
6 | import Test.Hspec | 6 | import Test.Hspec |
7 | 7 | ||
8 | import Data.Torrent.Progress | 8 | import Network.BitTorrent.Internal.Progress |
9 | import Network.BitTorrent.Tracker.Message as Message | 9 | import Network.BitTorrent.Tracker.Message as Message |
10 | import Network.BitTorrent.Tracker.RPC.HTTP | 10 | import Network.BitTorrent.Tracker.RPC.HTTP |
11 | 11 | ||
diff --git a/tests/Network/BitTorrent/Tracker/RPC/UDPSpec.hs b/tests/Network/BitTorrent/Tracker/RPC/UDPSpec.hs index 8a1ffc01..1ec3bdb7 100644 --- a/tests/Network/BitTorrent/Tracker/RPC/UDPSpec.hs +++ b/tests/Network/BitTorrent/Tracker/RPC/UDPSpec.hs | |||
@@ -9,7 +9,7 @@ import Data.List as L | |||
9 | import Data.Maybe | 9 | import Data.Maybe |
10 | import Test.Hspec | 10 | import Test.Hspec |
11 | 11 | ||
12 | import Network.BitTorrent.Core | 12 | import Network.BitTorrent.Address |
13 | import Network.BitTorrent.Tracker.Message as Message | 13 | import Network.BitTorrent.Tracker.Message as Message |
14 | 14 | ||
15 | import Network.BitTorrent.Tracker.TestData | 15 | import Network.BitTorrent.Tracker.TestData |
diff --git a/tests/Network/BitTorrent/Tracker/TestData.hs b/tests/Network/BitTorrent/Tracker/TestData.hs index e0edba25..b95e2df4 100644 --- a/tests/Network/BitTorrent/Tracker/TestData.hs +++ b/tests/Network/BitTorrent/Tracker/TestData.hs | |||
@@ -12,7 +12,7 @@ import Data.Maybe | |||
12 | import Data.String | 12 | import Data.String |
13 | import Network.URI | 13 | import Network.URI |
14 | 14 | ||
15 | import Data.Torrent.InfoHash | 15 | import Data.Torrent |
16 | 16 | ||
17 | 17 | ||
18 | data TrackerEntry = TrackerEntry | 18 | data TrackerEntry = TrackerEntry |