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

- old
+ new

@@ -122,12 +122,12 @@ process_definition :name => :sub1 do _print "${0} ${1}" end end - #def xxxx_sub_3 def test_sub_3 - dotest(SubTest3, "c d") + + dotest SubTest3, "c d" end end