# # Testing OpenWFE # # John Mettraux at openwfe.org # # Mon Oct 9 22:19:44 JST 2006 # require 'flowtestbase' class FlowTest0 < FlowTestBase #def setup #end #def teardown #end def test_sequence dotest(\ ''' a b ''', '''a b''') end end