From d56eba2fb972e108648f722d2f46c8d690b7b0d9 Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Tue, 8 May 2007 23:19:07 +0200 Subject: Remove broken prop_promoterotate, replace it with prop_promote_raise_id darcs-hash:20070508211907-a5988-25a6a03356b3017540a53f73bc609a98938c9a9e --- tests/Properties.hs | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/Properties.hs b/tests/Properties.hs index 0766401..d3f0e3a 100644 --- a/tests/Properties.hs +++ b/tests/Properties.hs @@ -244,9 +244,12 @@ prop_promotescreen n x = screen n (promote x) == screen n x where _ = x :: T -- promote doesn't mess with other windows -prop_promoterotate x b = focus (rotate dir (promote x)) == focus (rotate dir x) - where _ = x :: T - dir = if b then LT else GT +prop_promote_raise_id x b = (not . null . fromMaybe [] . flip index x . current $ x) ==> + (raiseFocus y . promote . raiseFocus z . promote) x == x + where _ = x :: T + dir = if b then LT else GT + (Just y) = peek x + (Just (z:_)) = flip index x . current $ x -- push shouldn't change anything but the current workspace prop_push_local (x :: T) i = not (member i x) ==> hidden x == hidden (push i x) @@ -390,7 +393,7 @@ main = do ,("promote idempotent", mytest prop_promote2) ,("promote focus", mytest prop_promotefocus) ,("promote current", mytest prop_promotecurrent) - ,("promote only swaps", mytest prop_promoterotate) + ,("promote only swaps", mytest prop_promote_raise_id) ,("promote/screen" , mytest prop_promotescreen) ,("swap", mytest prop_swap) -- cgit v1.2.3