提交 4b7204c9 编写于 作者: F fit2-zhao 提交者: fit2-zhao

fix(接口自动化): 测试计划批量执行场景用例,循环控制器只能读取到一个参数问题修复

上级 90188942
......@@ -206,7 +206,7 @@ public abstract class MsTestElement {
}
csvDataSet.setIgnoreFirstLine(false);
csvDataSet.setRecycle(true);
csvDataSet.setProperty("shareMode","shareMode.thread");
//csvDataSet.setProperty("shareMode","shareMode.group");
csvDataSet.setProperty("recycle", true);
csvDataSet.setProperty("delimiter", item.getDelimiter());
csvDataSet.setComment(StringUtils.isEmpty(item.getDescription()) ? "" : item.getDescription());
......
Subproject commit e50f0463826ac4d7837ea3a237333827774a1b19
Subproject commit e7709b9a340394e78610b91105b2cec0f1b8289d
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册