test/functional/ct_0_concurrence.rb in ruote-2.1.5 vs test/functional/ct_0_concurrence.rb in ruote-2.1.6
- old
+ new
@@ -48,12 +48,12 @@
if msgs.size > 1 || (msg && msg['fei'] && msg['fei']['expid'] != '0')
msgs.each do |m|
fei = m['fei'] ?
- Ruote::FlowExpressionId.to_s_id(m['fei']) : ''
+ Ruote::FlowExpressionId.to_storage_id(m['fei']) : ''
wi_fei = m['workitem'] ?
- Ruote::FlowExpressionId.to_s_id(m['workitem']['fei']) : ''
+ Ruote::FlowExpressionId.to_storage_id(m['workitem']['fei']) : ''
p [ m['action'], fei, wi_fei ]
end
end