test/ft_25_cancel.rb in openwferu-0.9.9 vs test/ft_25_cancel.rb in openwferu-0.9.10

- old
+ new

@@ -22,19 +22,22 @@ # # TEST 0 def test_cancel_0 - dotest(\ -'''<process-definition name="25_cancel" revision="0"> + dotest( + ''' +<process-definition name="25_cancel" revision="0"> <sequence> <print>before</print> <cancel-process/> <print>after</print> </sequence> -</process-definition>''', -"before") +</process-definition> + '''.strip, + "before", + 0.500) end # # TEST 1 @@ -50,10 +53,13 @@ end end end def test_cancel_1 - dotest(TestDefinition1, "before") + dotest( + TestDefinition1, + "before", + 0.500) end # # TEST 2