Sha256: 0aaf190c930ae0a359f52d3e0512986b2fa7206d89c4b0e26ee0e7d7cad5f51a
Contents?: true
Size: 687 Bytes
Versions: 1
Compression:
Stored size: 687 Bytes
Contents
# # Testing OpenWFEru # # John Mettraux at openwfe.org # require 'flowtestbase' require 'openwfe/def' class FlowTest39 < Test::Unit::TestCase include FlowTestBase #def setup #end #def teardown #end # # Test 0 # class TestReserve39a0 < OpenWFE::ProcessDefinition reserve :mutex => :toto do _print "ok" end end def test_0 dotest TestReserve39a0, "ok", true end # # Test 1 # # became obsolete # # Test 2 # # moved to ft_39b_reserve.rb # # Test 3 # class TestReserve39a3 < OpenWFE::ProcessDefinition reserve :mutex => :toto do end end def test_3 dotest TestReserve39a3, "", true end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruote-0.9.19 | test/ft_39_reserve.rb |