diff options
author | Joey Hess <joey@kitenet.net> | 2014-02-16 17:39:54 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-02-16 17:39:54 -0400 |
commit | 083ab36d08569dd64a7ed94cdfd49753964c7bdd (patch) | |
tree | 27403db8f2304ada025dd8911d03df5801603861 /Test.hs | |
parent | 16af107d2d573046ab09af964257cf3573889974 (diff) |
filter branches (incomplete)
Promosing work toward metadata driven filter branches. A few methods
to construct them are stubbed out; all the data types and pure code
seems good.
This commit was sponsored by Walter Somerville.
Diffstat (limited to 'Test.hs')
-rw-r--r-- | Test.hs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -54,6 +54,7 @@ import qualified Config.Cost import qualified Crypto import qualified Annex.Init import qualified Annex.CatFile +import qualified Annex.View import qualified Utility.Path import qualified Utility.FileMode import qualified Build.SysConfig @@ -147,6 +148,7 @@ properties = localOption (QuickCheckTests 1000) $ testGroup "QuickCheck" , testProperty "prop_duration_roundtrips" Utility.HumanTime.prop_duration_roundtrips , 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 ] {- These tests set up the test environment, but also test some basic parts |