#
# Testing OpenWFE
#
# John Mettraux at openwfe.org
#
# Mon Oct 9 22:19:44 JST 2006
#
require 'flowtestbase'
class FlowTest17 < Test::Unit::TestCase
include FlowTestBase
#def setup
#end
#def teardown
#end
def test_condition_0
dotest(
'''
ok
''', "ok")
end
def test_condition_1
dotest(
'''
ok
''', "")
end
def test_condition_2
dotest(
'''
ok
''', "ok")
end
def test_condition_3
dotest(
'''
ok
''', "ok")
end
def test_condition_4
dotest(
'''
ok
''', "ok")
end
def test_condition_5
dotest(
'''
ok
nok
''', "ok")
end
end