diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-06-17 13:44:19 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-06-17 13:44:19 -0400 |
commit | 12a12a33789a6d191617d031963a998a479f49ba (patch) | |
tree | 0394f4b9356e7e9ae3f89f353a1fcc9fb13a056c /Test.hs | |
parent | b662946a474d9a616dd7af68f9893a68191b9300 (diff) |
add test case that all standard group preferred content expressions parse
Diffstat (limited to 'Test.hs')
-rw-r--r-- | Test.hs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -80,6 +80,7 @@ import qualified Types.Crypto import qualified Utility.Gpg #endif import qualified Messages +import qualified Logs.PreferredContent main :: [String] -> IO () main ps = do @@ -166,6 +167,7 @@ properties = localOption (QuickCheckTests 1000) $ testGroup "QuickCheck" , testProperty "prop_view_roundtrips" Annex.View.prop_view_roundtrips , testProperty "prop_viewedFile_rountrips" Annex.View.ViewedFile.prop_viewedFile_roundtrips , testProperty "prop_b64_roundtrips" Utility.Base64.prop_b64_roundtrips + , testProperty "prop_standardGroups_parse" Logs.PreferredContent.prop_standardGroups_parse ] {- These tests set up the test environment, but also test some basic parts |