# # Testing OpenWFE # # John Mettraux at openwfe.org # # Mon Oct 9 22:19:44 JST 2006 # require 'flowtestbase' class FlowTest1b < Test::Unit::TestCase include FlowTestBase #def setup #end #def teardown #end def test_unset_6 dotest(\ ''' set ${x} unset ${x} ''', 'set y unset') end end