Revision e09c1fa0 htest/Test/Ganeti/HTools/PeerMap.hs

b/htest/Test/Ganeti/HTools/PeerMap.hs
26 26

  
27 27
-}
28 28

  
29
module Test.Ganeti.HTools.PeerMap (testPeerMap) where
29
module Test.Ganeti.HTools.PeerMap (testHTools_PeerMap) where
30 30

  
31 31
import Test.QuickCheck
32 32

  
......
71 71
    where puniq = PeerMap.accumArray const pmap
72 72

  
73 73
-- | List of tests for the PeerMap module.
74
testSuite "PeerMap"
74
testSuite "HTools/PeerMap"
75 75
            [ 'prop_addIdempotent
76 76
            , 'prop_removeIdempotent
77 77
            , 'prop_maxElem

Also available in: Unified diff