From 07cacbeee95b377e1bf4111e4d4b30190956c585 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 10 Jan 2012 13:11:16 -0400 Subject: break module dependancy loop A PITA but worth it to clean up the trust configuration code. --- test.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test.hs') diff --git a/test.hs b/test.hs index 5d01f1116..ee88c5f08 100644 --- a/test.hs +++ b/test.hs @@ -32,7 +32,6 @@ import qualified Locations import qualified Types.Backend import qualified Types import qualified GitAnnex -import qualified Logs.Location import qualified Logs.UUIDBased import qualified Logs.Trust import qualified Logs.Remote @@ -847,7 +846,7 @@ checklocationlog f expected = do r <- annexeval $ Backend.lookupFile f case r of Just (k, _) -> do - uuids <- annexeval $ Logs.Location.keyLocations k + uuids <- annexeval $ Remote.keyLocations k assertEqual ("bad content in location log for " ++ f ++ " key " ++ (show k) ++ " uuid " ++ show thisuuid) expected (thisuuid `elem` uuids) _ -> assertFailure $ f ++ " failed to look up key" -- cgit v1.2.3