test/ft_9_cursor.rb in openwferu-0.9.3 vs test/ft_9_cursor.rb in openwferu-0.9.4

- old
+ new

@@ -56,9 +56,29 @@ </process-definition>''', """a b""") end + def test_cursor_2b + # + # ZigZag test + # + dotest(\ +'<process-definition name="'+test_name+'''" revision="0"> + <cursor> + <print>a</print> + <skip step="3" /> + <print>b</print> + <skip step="2" /> + <back step="2"/> + <print>c</print> + </cursor> +</process-definition>''', +"""a +b +c""") + end + def test_cursor_3 dotest(\ '<process-definition name="'+test_name+'''" revision="0"> <cursor> <print>a</print>