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

LMS-2440 Completely reverted fix back to previous state.

SVN: 22367
parent a5b963dd
No related branches found
No related tags found
No related merge requests found
......@@ -421,7 +421,7 @@ public final class SampleDAOTest extends AbstractDAOTest
// FIXME LMS-2440
public final void testDeleteWithGeneratedSamples()
{
final SamplePE deletedSample = findSample("3VCP2-NEW", "CISD");
final SamplePE deletedSample = findSample("3VCP2", "CISD");
// Deleted sample should have 'generated' samples which prevent it from deletion.
// Other connections which also prevent sample deletion should be empty in this test.
......
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