reorder another test
continuing to try to narrow down cause of failure on windows
This commit is contained in:
parent
7b465515e6
commit
3e63f00f63
2 changed files with 20 additions and 4 deletions
|
@ -247,10 +247,6 @@ test runannex mkr mkk =
|
|||
, check "storeKey when already present" $ \r k ->
|
||||
whenwritable r $ runBool (store r k)
|
||||
, check ("present " ++ show True) $ \r k -> present r k True
|
||||
, check "retrieveKeyFile" $ \r k -> do
|
||||
lockContentForRemoval k noop removeAnnex
|
||||
get r k
|
||||
, check "fsck downloaded object" fsck
|
||||
, check "retrieveKeyFile resume from 0" $ \r k -> do
|
||||
tmp <- fromRawFilePath <$> prepTmp k
|
||||
liftIO $ writeFile tmp ""
|
||||
|
@ -274,6 +270,10 @@ test runannex mkr mkk =
|
|||
lockContentForRemoval k noop removeAnnex
|
||||
get r k
|
||||
, check "fsck downloaded object" fsck
|
||||
, check "retrieveKeyFile" $ \r k -> do
|
||||
lockContentForRemoval k noop removeAnnex
|
||||
get r k
|
||||
, check "fsck downloaded object" fsck
|
||||
, check "removeKey when present" $ \r k ->
|
||||
whenwritable r $ runBool (remove r k)
|
||||
, check ("present " ++ show False) $ \r k ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue