Sha256: 5813341e3fcaf69c188d6f2020e068dbbe4e1afbbe76c8511991bfcd5cac5988

Contents?: true

Size: 554 Bytes

Versions: 4

Compression:

Stored size: 554 Bytes

Contents

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

require 'openwfe/def'
require 'flowtestbase'


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

    #def setup
    #end

    #def teardown
    #end

    #def xxxx_con_0
    def test_con_0
        dotest(
            '''<process-definition name="con" revision="0">
    <concurrence>
        <print>a</print>
        <print>b</print>
    </concurrence>
</process-definition>''', 
            [ '''a
b''', '''b
a''' ],
            0.1)
    end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
openwferu-0.9.5 test/ft_2c_concurrence.rb
openwferu-0.9.6 test/ft_2c_concurrence.rb
openwferu-0.9.7 test/ft_2c_concurrence.rb
openwferu-0.9.8 test/ft_2c_concurrence.rb