Skip to content
Snippets Groups Projects
Commit bcbc4f0b authored by jakubs's avatar jakubs
Browse files

BIS-21 SP-108 adjust screening recovery test to retry functionality expectations

SVN: 25666
parent ca66c15f
No related branches found
No related tags found
No related merge requests found
...@@ -274,7 +274,10 @@ public class JythonScreeningDropboxRecoveryTest extends AbstractJythonDataSetHan ...@@ -274,7 +274,10 @@ public class JythonScreeningDropboxRecoveryTest extends AbstractJythonDataSetHan
// initialExpectations(); // initialExpectations();
registerDataSetsAndThrow(true); registerDataSetsAndThrow(true);
one(openBisService).didEntityOperationsSucceed(with(any(TechId.class)));
will(returnValue(EntityOperationsState.NO_OPERATION));
//this is check at the retry phase - to trigger going into recovery mode
one(openBisService).didEntityOperationsSucceed(with(any(TechId.class))); one(openBisService).didEntityOperationsSucceed(with(any(TechId.class)));
will(returnValue(EntityOperationsState.OPERATION_SUCCEEDED)); will(returnValue(EntityOperationsState.OPERATION_SUCCEEDED));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment