test/ft_27_getflowpos.rb in openwferu-0.9.13 vs test/ft_27_getflowpos.rb in openwferu-0.9.14
- old
+ new
@@ -41,29 +41,29 @@
#sp = @engine.register_participant("store_p", OpenWFE::YamlParticipant)
sp = @engine.register_participant("store_p", OpenWFE::HashParticipant)
fei = @engine.launch(TestDefinition0)
- sleep 0.500
+ sleep 0.100
l = @engine.get_process_stack(fei.wfid)
#print_exp_list(l)
assert_equal \
l.size, 3, "get_process_stack() returned #{l.size} elements"
- ps = @engine.get_process_status
+ ps = @engine.list_process_status
#puts
#puts ps[fei.parent_wfid].to_s
#puts
assert_equal ps[fei.parent_wfid].errors.size, 0
assert_equal ps[fei.parent_wfid].expressions.size, 1
assert_kind_of ParticipantExpression, ps[fei.parent_wfid].expressions[0]
- ps = @engine.get_process_status fei.wfid[0, 4]
+ ps = @engine.list_process_status fei.wfid[0, 4]
assert_equal ps[fei.parent_wfid].errors.size, 0
assert_equal ps[fei.parent_wfid].expressions.size, 1
assert_kind_of ParticipantExpression, ps[fei.parent_wfid].expressions[0]
@@ -95,10 +95,10 @@
sp = @engine.register_participant("store_p", OpenWFE::YamlParticipant)
#fei = @engine.launch TestDefinition0
fei = @engine.launch Gfp27b
- sleep 0.500
+ sleep 0.100
#l = @engine.get_process_stack(fei.wfid)
l = @engine.get_process_stack(fei)
#
# shortcut version