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

- old
+ new

@@ -5,11 +5,11 @@ # Mon Aug 3 12:13:11 JST 2009 # require File.join(File.dirname(__FILE__), 'base') -require 'ruote/part/hash_participant' +require 'ruote/participant' class EftSaveTest < Test::Unit::TestCase include FunctionalBase @@ -20,11 +20,11 @@ alpha end #noisy - @engine.register_participant :alpha, Ruote::HashParticipant.new + @engine.register_participant :alpha, Ruote::StorageParticipant wfid = @engine.launch(pdef) wait_for(:alpha) @@ -41,11 +41,11 @@ alpha end #noisy - alpha = @engine.register_participant :alpha, Ruote::HashParticipant.new + alpha = @engine.register_participant :alpha, Ruote::StorageParticipant wfid = @engine.launch(pdef) wait_for(:alpha) @@ -61,10 +61,10 @@ alpha end #noisy - alpha = @engine.register_participant :alpha, Ruote::HashParticipant.new + alpha = @engine.register_participant :alpha, Ruote::StorageParticipant wfid = @engine.launch(pdef) wait_for(:alpha)