summaryrefslogtreecommitdiff
path: root/test.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-10-15 17:47:03 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-10-15 17:47:03 -0400
commitee9af605bc6c59365e6080e34d7c615978ba21d8 (patch)
tree2c69d7dd4d652f16a9b4f8acca822986664e0d78 /test.hs
parentec169f84b1cc140b6d4c316fbd0e8407297d038a (diff)
break out non-log stuff to separate module
Diffstat (limited to 'test.hs')
-rw-r--r--test.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/test.hs b/test.hs
index 6a6ad441e..7d4c4293e 100644
--- a/test.hs
+++ b/test.hs
@@ -23,6 +23,7 @@ import Common
import qualified Utility.SafeCommand
import qualified Annex
+import qualified Annex.UUID
import qualified Backend
import qualified Git
import qualified Locations
@@ -609,7 +610,7 @@ checkdangling f = do
checklocationlog :: FilePath -> Bool -> Assertion
checklocationlog f expected = do
- thisuuid <- annexeval Logs.UUID.getUUID
+ thisuuid <- annexeval Annex.UUID.getUUID
r <- annexeval $ Backend.lookupFile f
case r of
Just (k, _) -> do