Functional test, fixtures should load by myself?

rails version: 1.2.3
ruby version: 1.8.5

functional test, fixtures should load by myself ?

class FooControllerTest::Test::Unit::TestCase
fixtures :foo, :bar

def setup
setup_with_fixtures # <— must call this ?
end

end

forget it, i found reason

2007/4/3, moth [email protected]:

def setup
setup_with_fixtures # <— must call this ?
end

end


//-------------------------------
Hi, this is moth!