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

- old
+ new

@@ -28,13 +28,14 @@ <print>a</print> <print>b</print> </concurrence> </process-definition>''', [ '''a -b''', '''b -a''' ], - true) +b''', + '''b +a''' + ]) end # # TEST 1 @@ -51,10 +52,13 @@ _print "c" end end def test_con_1 - dotest(TestCon2c1, "a\nc\nb", true) + dotest( + TestCon2c1, + "a\nc\nb", + 2) end end