Browse Source

测试结果

master
zhouyl 1 year ago
parent
commit
3a60d52b7c
  1. 4
      tp-functional/src/main/java/com/inscloudtech/functional/service/impl/FuncCarApiServiceImpl.java

4
tp-functional/src/main/java/com/inscloudtech/functional/service/impl/FuncCarApiServiceImpl.java

@ -70,14 +70,14 @@ public class FuncCarApiServiceImpl implements IFuncCarApiService {
if(!api.getOperId().equals(record.getOperId())){
String s = api.getOs() + api.getBrowser() + api.getEquipment() + api.getNetwork();
if(!flagVal.equals(s)){
record.setTestResult("接口兼容性测试通过");
record.setTestResult("兼容性测试通过");
break;
}else {
record.setTestResult("该记录无比对样本");
}
}
}else {
record.setTestResult("接口兼容性测试未通过");
record.setTestResult("兼容性测试未通过");
}
}
}else {

Loading…
Cancel
Save