Rick Denatale wrote:
> One thought is to check that you are using a mysql table type which
> supports transactions. Innodb does, myisam (which is or used to be
> the default for mysql) does not.
>
Awesome, that did the trick. It appears the Debian/Ubuntu release for
mySQL 5 has the table type
Hey Guys,
I've got a test class that loads a bunch of fixtures. My understanding
is that fixtures are reloaded between each test... and I even have the
following two method calls at the top of my test class to make doubly
sure...
class TaskTest < Test::Unit::TestCase
self.use_transactional_f