summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorNeil Mitchell <none>2007-05-22 03:54:22 +0200
committerNeil Mitchell <none>2007-05-22 03:54:22 +0200
commit9a38fd185765580e6cc0fd528abdd04dd262dd1e (patch)
tree56c30bf0d0f1ee8dedf54dfe9c609e476e3d84b1 /tests
parenta1e4e611f4d422f01f9c62939e14cb19f1e720f9 (diff)
downloadmetatile-9a38fd185765580e6cc0fd528abdd04dd262dd1e.tar
metatile-9a38fd185765580e6cc0fd528abdd04dd262dd1e.zip
Update the Catch checking to the new interface for StackSet
darcs-hash:20070522015422-73ab9-c62473d90f0df78e23a96acec0245e9bb9c275b6
Diffstat (limited to 'tests')
-rw-r--r--tests/Catch.hs18
1 files changed, 15 insertions, 3 deletions
diff --git a/tests/Catch.hs b/tests/Catch.hs
index 7538ff0..ce05212 100644
--- a/tests/Catch.hs
+++ b/tests/Catch.hs
@@ -10,9 +10,21 @@ import StackSet
-- TESTING PROPERTIES
main =
- screen ||| peekStack ||| index ||| empty ||| peek ||| push ||| delete ||| member |||
- raiseFocus ||| rotate ||| promote ||| shift ||| view ||| workspace ||| insert |||
- visibleWorkspaces ||| swap {- helper -}
+ new
+ ||| view
+ ||| lookupWorkspace
+ ||| modify
+ ||| peek
+ ||| index
+ ||| focusLeft
+ ||| focusRight
+ ||| focusWindow
+ ||| member
+ ||| findIndex
+ ||| insertLeft
+ ||| delete
+ ||| swap
+ ||| shift
---------------------------------------------------------------------