summaryrefslogtreecommitdiff
path: root/Test.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-10-01 21:10:56 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-10-01 21:11:47 -0400
commit8aff1b11f2c6be205dccf1a30f422ee7ed5af4d2 (patch)
treedf9b94e70d081bc9866d7d8ba85093dc8556aa80 /Test.hs
parent56b5aa56f0fcbf28a532317cb81601bb6c41a114 (diff)
ensure that hash representations don't change in future
Diffstat (limited to 'Test.hs')
-rw-r--r--Test.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Test.hs b/Test.hs
index 17047af5b..5cf1aea9e 100644
--- a/Test.hs
+++ b/Test.hs
@@ -58,6 +58,7 @@ import qualified Utility.InodeCache
import qualified Utility.Env
import qualified Utility.Matcher
import qualified Utility.Exception
+import qualified Utility.Hash
#ifndef mingw32_HOST_OS
import qualified GitAnnex
import qualified Remote.Helper.Encryptable
@@ -136,6 +137,7 @@ quickcheck =
, check "prop_parse_show_log" Logs.Presence.prop_parse_show_log
, check "prop_read_show_TrustLevel" Types.TrustLevel.prop_read_show_TrustLevel
, check "prop_parse_show_TrustLog" Logs.Trust.prop_parse_show_TrustLog
+ , check "prop_hashes_stable" Utility.Hash.prop_hashes_stable
]
where
check desc prop = do