#
# Testing OpenWFE
#
# John Mettraux at openwfe.org
#
# Mon Oct 9 22:19:44 JST 2006
#
require 'flowtestbase'
class FlowTest2 < FlowTestBase
#def setup
#end
#def teardown
#end
#def xxxx_con_0
def test_con_0
dotest(\
'''
a
b
''', [ '''a
b''', '''b
a''' ])
end
#def xxxx_con_1
def test_con_1
dotest(\
'''
a
b
''', "a", 0.1, false )
end
end