ensure that hash representations don't change in future
This commit is contained in:
parent
29385dc393
commit
547a18019f
3 changed files with 23 additions and 6 deletions
2
Test.hs
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue