Sha256: ef4840c3949297fcf2bc474678ada98cf8990f53d8700eca8b62e403fea6098f
Contents?: true
Size: 841 Bytes
Versions: 9
Compression:
Stored size: 841 Bytes
Contents
# # Testing OpenWFE # # John Mettraux at openwfe.org # # Mon Oct 9 22:19:44 JST 2006 # require 'openwfe/def' require 'openwfe/workitem' require 'openwfe/worklist/storeparticipant' require 'flowtestbase' class FlowTest35 < Test::Unit::TestCase include FlowTestBase #def teardown #end #def setup # super # @engine.ac[:remote_definitions_allowed] = true #end # # TEST 0 #def xxxx_local_0 def test_local_0 li = OpenWFE::LaunchItem.new li.wfdurl = "file:doc/res/defs/testdef.rb" dotest( li, """a b c""") end # # TEST 1 #def xxxx_local_1 def test_local_1 li = OpenWFE::LaunchItem.new li.wfdurl = "doc/res/defs/testdef.rb" dotest( li, """a b c""") end end
Version data entries
9 entries across 9 versions & 1 rubygems