Sha256: 8073bb953a628f2ec185ec6729a2949c56e49a5ff43adcc1d218e802d8c95f48

Contents?: true

Size: 413 Bytes

Versions: 16

Compression:

Stored size: 413 Bytes

Contents

#
# Testing OpenWFE
#
# John Mettraux at openwfe.org
#
# Mon Oct  9 22:19:44 JST 2006
#

require 'flowtestbase'


class FlowTest0d < Test::Unit::TestCase
    include FlowTestBase

    #def setup
    #end

    #def teardown
    #end

    def test_participant
        dotest(\
'''<process-definition name="n" revision="0">
    <participant ref="test-alpha" />
</process-definition>''', "test-alpha")
    end

end

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
openwferu-0.9.15 test/ft_0d_participant.rb
openwferu-0.9.10 test/ft_0d_participant.rb
openwferu-0.9.10.653 test/ft_0d_participant.rb
openwferu-0.9.11 test/ft_0d_participant.rb
openwferu-0.9.12 test/ft_0d_participant.rb
openwferu-0.9.12.863 test/ft_0d_participant.rb
openwferu-0.9.13 test/ft_0d_participant.rb
openwferu-0.9.14 test/ft_0d_participant.rb
openwferu-0.9.9 test/ft_0d_participant.rb
openwferu-0.9.16 test/ft_0d_participant.rb
openwferu-0.9.17 test/ft_0d_participant.rb
openwferu-0.9.5 test/ft_0d_participant.rb
openwferu-0.9.6 test/ft_0d_participant.rb
openwferu-0.9.7 test/ft_0d_participant.rb
openwferu-0.9.8 test/ft_0d_participant.rb
ruote-0.9.18 test/ft_0d_participant.rb