summaryrefslogtreecommitdiff
path: root/Test.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-02-16 21:00:12 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-02-16 21:00:12 -0400
commit483f5a8c4d9e069b4c461998caa9efc9376c9133 (patch)
tree4ee66d202f9055e98a34f557c84f537924b84bd6 /Test.hs
parentdd5933f2125c3167990a72a82b9280c4a87ede3e (diff)
add another quickcheck property, and several edge cases handled
Diffstat (limited to 'Test.hs')
-rw-r--r--Test.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Test.hs b/Test.hs
index c5d047875..64ec11074 100644
--- a/Test.hs
+++ b/Test.hs
@@ -149,6 +149,7 @@ properties = localOption (QuickCheckTests 1000) $ testGroup "QuickCheck"
, testProperty "prop_metadata_sane" Types.MetaData.prop_metadata_sane
, testProperty "prop_metadata_serialize" Types.MetaData.prop_metadata_serialize
, testProperty "prop_branchView_legal" Annex.View.prop_branchView_legal
+ , testProperty "prop_view_roundtrips" Annex.View.prop_view_roundtrips
]
{- These tests set up the test environment, but also test some basic parts