Hi,
you seem to have a problem with your database. At least I had exactly the
same problem. Check whether your database supports rollbacks (if you have
transactional fixtures activated) and also make sure that there is no data
left behind on the test db, when a single test is done.
In Rails 1.0, why would running rake test_functional be different
from> running ruby test/functional/my_tests.rb?
If everything works it shouldn''t matter whether you run your tests
manually
or let rake do it. Rake just starts the tests in an "alphabetical"
way, if
you know what I mean.
Hope this helps,
Markus
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://wrath.rubyonrails.org/pipermail/rails/attachments/20060410/39167dcc/attachment.html