# # Testing OpenWFE # # John Mettraux at openwfe.org # # Mon Oct 9 22:19:44 JST 2006 # require 'flowtestbase' class FlowTest0d < FlowTestBase #def setup #end #def teardown #end def test_participant dotest(\ ''' ''', "test-alpha") end end