summaryrefslogtreecommitdiff
path: root/tests/Network
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-03-03 03:09:34 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-03-03 03:09:34 +0400
commit863f7a236b86f562309748273f3087035a999ee7 (patch)
treeb0ccfad4cc73ec0033674094a12e53203b05c0c9 /tests/Network
parent9bd27cd068591446ff9026420654de14d58e0841 (diff)
Rename Wire.hs to Connection.hs
Diffstat (limited to 'tests/Network')
-rw-r--r--tests/Network/BitTorrent/Exchange/ConnectionSpec.hs (renamed from tests/Network/BitTorrent/Exchange/WireSpec.hs)4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Network/BitTorrent/Exchange/WireSpec.hs b/tests/Network/BitTorrent/Exchange/ConnectionSpec.hs
index 293e1bd6..c21f55ef 100644
--- a/tests/Network/BitTorrent/Exchange/WireSpec.hs
+++ b/tests/Network/BitTorrent/Exchange/ConnectionSpec.hs
@@ -1,6 +1,6 @@
1{-# LANGUAGE RecordWildCards #-} 1{-# LANGUAGE RecordWildCards #-}
2{-# OPTIONS_GHC -fno-warn-orphans #-} 2{-# OPTIONS_GHC -fno-warn-orphans #-}
3module Network.BitTorrent.Exchange.WireSpec (spec) where 3module Network.BitTorrent.Exchange.ConnectionSpec (spec) where
4import Control.Applicative 4import Control.Applicative
5import Control.Monad.Trans 5import Control.Monad.Trans
6import Data.Default 6import Data.Default
@@ -10,8 +10,8 @@ import Test.QuickCheck
10import Data.Torrent 10import Data.Torrent
11import Data.Torrent.InfoHash 11import Data.Torrent.InfoHash
12import Network.BitTorrent.Core 12import Network.BitTorrent.Core
13import Network.BitTorrent.Exchange.Connection
13import Network.BitTorrent.Exchange.Message 14import Network.BitTorrent.Exchange.Message
14import Network.BitTorrent.Exchange.Wire
15 15
16import Config 16import Config
17import Network.BitTorrent.Exchange.MessageSpec () 17import Network.BitTorrent.Exchange.MessageSpec ()