Skip to content
Snippets Groups Projects
Commit 5cb27561 authored by cramakri's avatar cramakri
Browse files

BIS-129 SP-209 : Fix test

SVN: 26186
parent 35c701ed
No related branches found
No related tags found
No related merge requests found
...@@ -1126,10 +1126,6 @@ public class JythonTopLevelDataSetRegistratorTest extends AbstractJythonDataSetH ...@@ -1126,10 +1126,6 @@ public class JythonTopLevelDataSetRegistratorTest extends AbstractJythonDataSetH
e.with(Expectations.any(TechId.class)), e.with(Expectations.any(TechId.class)),
e.with(Expectations.any(DataSetStorageAlgorithmRunner.class))); e.with(Expectations.any(DataSetStorageAlgorithmRunner.class)));
e.one(storageRecoveryManager).canRecoverFromError(
e.with(Expectations.any(UserFailureException.class)));
e.will(Expectations.returnValue(false));
// e.one(storageRecoveryManager).removeCheckpoint( // e.one(storageRecoveryManager).removeCheckpoint(
// e.with(Expectations.any(DataSetStorageAlgorithmRunner.class))); // e.with(Expectations.any(DataSetStorageAlgorithmRunner.class)));
} }
......
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