Sha256: 15267b90bc03ff10992797e989d5d9a7ba0b2f7ab714aca0e0c92d4380c26f29
Contents?: true
Size: 750 Bytes
Versions: 2
Compression:
Stored size: 750 Bytes
Contents
# # Testing OpenWFEru # # John Mettraux at openwfe.org # require 'flowtestbase' require 'openwfe/expressions/raw_prog' include OpenWFE class FlowTest21 < Test::Unit::TestCase include FlowTestBase #def setup #end #def teardown #end # # Test 0 # class TestDefinition0 < ProcessDefinition def make process_definition :name => "rs0", :revision => "0" do cron :tab => "* * * * *", :name => "cron" do participant :cron_event end end end end def test_0 @engine.register_participant(:cron_event) do @tracer << "cron_event" end dotest(TestDefinition0, "", 62) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
openwferu-0.9.12.863 | test/ft_21_cron.rb |
openwferu-0.9.13 | test/ft_21_cron.rb |