test/ft_13_eno.rb in openwferu-0.9.4 vs test/ft_13_eno.rb in openwferu-0.9.5
- old
+ new
@@ -11,11 +11,12 @@
require 'openwfe/participants/participants'
require 'openwfe/participants/enoparticipant'
require 'flowtestbase'
-class FlowTest13 < FlowTestBase
+class FlowTest13 < Test::Unit::TestCase
+ include FlowTestBase
#def setup
#end
#def teardown
@@ -34,10 +35,10 @@
end
set :field => 'customer_name' do
"Monsieur Toto"
end
participant :ref => 'eno'
- print "ok"
+ _print "ok"
end
end
end
end