|
|
|
@ -69,6 +69,8 @@ public class ProcessDefinitionMapperTest {
|
|
|
|
|
processDefinition.setUserId(101); |
|
|
|
|
processDefinition.setUpdateTime(new Date()); |
|
|
|
|
processDefinition.setCreateTime(new Date()); |
|
|
|
|
processDefinition.setGlobalParams("[{\"prop\":\"selenium_global_parameters_1\",\"direct\":\"IN\",\"type\":\"VARCHAR\",\"value\":\"selenium_global_parameters_value_1\"}]"); |
|
|
|
|
|
|
|
|
|
processDefinitionMapper.insert(processDefinition); |
|
|
|
|
return processDefinition; |
|
|
|
|
} |
|
|
|
|