Sha256: 3d5a55d7fde7f01133c2a1f38067ba06351d8b7f62730b4851d75a6debcdd59d

Contents?: true

Size: 463 Bytes

Versions: 4

Compression:

Stored size: 463 Bytes

Contents

#
# testing ruote
#
# Wed Oct 21 05:35:29 JST 2009
#

require File.expand_path('../base', __FILE__)


class FtParticipantSubprocessPriorityTest < Test::Unit::TestCase
  include FunctionalBase

  def test_priority

    pdef = Ruote.process_definition do
      sub0
      define 'sub0' do
        echo 'sub0'
      end
    end

    @dashboard.register_participant '.+' do
      tracer << 'participant'
    end

    #noisy

    assert_trace 'sub0', pdef
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ruote-2.3.0.3 test/functional/ft_33_participant_subprocess_priority.rb
ruote-2.3.0.2 test/functional/ft_33_participant_subprocess_priority.rb
ruote-2.3.0.1 test/functional/ft_33_participant_subprocess_priority.rb
ruote-2.3.0 test/functional/ft_33_participant_subprocess_priority.rb