test/functional/ct_2_cancel.rb in ruote-2.1.1 vs test/functional/ct_2_cancel.rb in ruote-2.1.2

- old
+ new

@@ -43,11 +43,11 @@ end #msgs.each { |m| p m } #puts - t1 = Thread.new { @engine0.do_step(msgs[1]) } - t0 = Thread.new { @engine1.do_step(msgs[0]) } + t1 = Thread.new { @engine1.do_step(msgs[1]) } + t0 = Thread.new { @engine0.do_step(msgs[0]) } t1.join t0.join #puts