test/ft_45_citerator.rb in openwferu-0.9.10.653 vs test/ft_45_citerator.rb in openwferu-0.9.11
- old
+ new
@@ -110,7 +110,32 @@
.1 - 2
done.
""".strip)
end
+
+ #
+ # Test 3
+ #
+
+ class TestCase45a3 < ProcessDefinition
+ sequence do
+ concurrent_iterator :on_value => "", :to_field => "f" do
+ _print "${r:fei.sub_instance_id} - ${f:f}"
+ end
+ _print "done."
+ end
+ end
+
+ # test 'parked' for now
+
+ #def xxxx_3
+ def test_3
+ dotest(
+ TestCase45a3,
+ """
+done.
+ """.strip)
+ end
+
end