Sha256: 9cbefd7ed000a1e73b224abc61cc6cdfbe69ba29419691bd5923a770810474c0

Contents?: true

Size: 380 Bytes

Versions: 1

Compression:

Stored size: 380 Bytes

Contents

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

require 'flowtestbase'


class FlowTest0d < 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

1 entries across 1 versions & 1 rubygems

Version Path
openwferu-0.9.4 test/ft_0d_participant.rb