From 55cf1a9f20ff734a7d65be0a2165c71179a320aa Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Tue, 8 May 2007 22:49:21 +0200 Subject: Disable delete.push until focus issues are decided darcs-hash:20070508204921-a5988-7397764877c6d1a4acf1c004a1486231961d67d5 --- tests/Properties.hs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Properties.hs b/tests/Properties.hs index 6397b5e..d3a60ec 100644 --- a/tests/Properties.hs +++ b/tests/Properties.hs @@ -153,8 +153,12 @@ type T = StackSet Int Int Char prop_delete_uniq i x = not (member i x) ==> delete i x == x where _ = x :: T +{- +TODO: enable this property when we have a better story about focus. + prop_delete_push i x = not (member i x) ==> delete i (push i x) == x where _ = x :: T +-} prop_delete2 i x = delete i x == delete i (delete i x) @@ -361,7 +365,7 @@ main = do ,("delete/not.member", mytest prop_delete_uniq) ,("delete idempotent", mytest prop_delete2) - ,("delete.push identity" , mytest prop_delete_push) + -- disabled, for now ,("delete.push identity" , mytest prop_delete_push) ,("focus", mytest prop_focus1) -- cgit v1.2.3