Bug fix: A recent change caused git-annex-shell to crash.
This commit is contained in:
parent
728aba8b02
commit
d430fb1153
5 changed files with 39 additions and 2 deletions
2
test.hs
2
test.hs
|
@ -48,6 +48,7 @@ import qualified Build.SysConfig
|
|||
import qualified Utility.Format
|
||||
import qualified Utility.Verifiable
|
||||
import qualified Utility.Process
|
||||
import qualified Utility.Misc
|
||||
|
||||
-- for quickcheck
|
||||
instance Arbitrary Types.Key.Key where
|
||||
|
@ -91,6 +92,7 @@ quickcheck = TestLabel "quickcheck" $ TestList
|
|||
, qctest "prop_TimeStamp_sane" Logs.UUIDBased.prop_TimeStamp_sane
|
||||
, qctest "prop_addLog_sane" Logs.UUIDBased.prop_addLog_sane
|
||||
, qctest "prop_verifiable_sane" Utility.Verifiable.prop_verifiable_sane
|
||||
, qctest "prop_segment_regressionTest" Utility.Misc.prop_segment_regressionTest
|
||||
]
|
||||
|
||||
blackbox :: Test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue