Skip to content

Commit bb2d640

Browse files
[TOS-943] Getting failed to initiate executions error
1 parent d12e844 commit bb2d640

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

server/src/main/java/com/testsigma/service/TestCaseService.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -297,11 +297,6 @@ public TestCase copy(TestCaseCopyRequest testCaseRequest) throws TestsigmaExcept
297297
testCase.setName(testCaseRequest.getName());
298298
testCase.setCreatedDate(new Timestamp(Calendar.getInstance().getTimeInMillis()));
299299
testCase.setLastRunId(null);
300-
if (testCaseRequest.getIsStepGroup()) {
301-
testCase.setTestDataStartIndex(null);
302-
testCase.setTestDataId(null);
303-
testCase.setIsDataDriven(false);
304-
}
305300
testCase.setIsStepGroup(testCaseRequest.getIsStepGroup());
306301
testCase.setCopiedFrom(parentCase.getId());
307302
testCase.setPreRequisiteCase(null);

0 commit comments

Comments
 (0)