test/functional/eft_19_reserve.rb in ruote-2.1.11 vs test/functional/eft_19_reserve.rb in ruote-2.2.0

- old
+ new

@@ -5,11 +5,11 @@ # Fri Jul 31 21:44:04 JST 2009 # require File.join(File.dirname(__FILE__), 'base') -require 'ruote/part/hash_participant' +require 'ruote/participant' class EftReserveTest < Test::Unit::TestCase include FunctionalBase @@ -26,11 +26,11 @@ end end #noisy - alpha = @engine.register_participant :alpha, Ruote::HashParticipant.new + alpha = @engine.register_participant :alpha, Ruote::StorageParticipant wfid = @engine.launch(pdef) wait_for(:alpha) @@ -72,11 +72,11 @@ end end #noisy - alpha = @engine.register_participant :alpha, Ruote::HashParticipant.new + alpha = @engine.register_participant :alpha, Ruote::StorageParticipant wfid = @engine.launch(pdef) wait_for(:alpha) @@ -110,10 +110,10 @@ end end #noisy - alpha = @engine.register_participant :alpha, Ruote::HashParticipant.new + alpha = @engine.register_participant :alpha, Ruote::StorageParticipant wfid = @engine.launch(pdef) 2.times do