Skip to content
Snippets Groups Projects
Commit 68272ede authored by pkupczyk's avatar pkupczyk
Browse files

SP-18 / BIS-20: Ensure a dataset is only deleted on the DSS when it was...

SP-18 / BIS-20: Ensure a dataset is only deleted on the DSS when it was successfully deleted in the AS database

SVN: 25142
parent caf539cb
No related branches found
No related tags found
No related merge requests found
......@@ -322,9 +322,6 @@ public final class DataSetTableTest extends AbstractBOTest
one(dataDAO).delete(d1);
one(eventDAO).persist(createDeletionEvent(d2, person, reason));
one(dataDAO).delete(d2);
one(dataStoreService2).deleteDataSets(with(dss2.getSessionToken()),
with(dataSets));
}
});
......
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