Sha256: 52033a39503074b85faedb3ad0f4be7c690aa145305afaae7497550b82940853

Contents?: true

Size: 393 Bytes

Versions: 1

Compression:

Stored size: 393 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

1 entries across 1 versions & 1 rubygems

Version Path
ruote-0.9.19 test/ft_0d_participant.rb