test/ft_25_cancel.rb in openwferu-0.9.15 vs test/ft_25_cancel.rb in openwferu-0.9.16

- old
+ new

@@ -22,10 +22,11 @@ # # TEST 0 def test_cancel_0 + dotest( ''' <process-definition name="25_cancel" revision="0"> <sequence> <print>before</print> @@ -33,11 +34,11 @@ <print>after</print> </sequence> </process-definition> '''.strip, "before", - 0.500) + 0.700) end # # TEST 1 @@ -53,13 +54,14 @@ end end end def test_cancel_1 + dotest( TestDefinition1, - "before", - 0.500) + "before", + 0.900) end # # TEST 2