From f97af91cb2ee8731cd3a45ecca905bb0130019fd Mon Sep 17 00:00:00 2001 From: lukemelia Date: Mon, 28 May 2007 03:53:10 +0000 Subject: [PATCH] This change eliminates an error in TodosHelperTest when running with sqlite3. I don't understand why, though. I made this change simply looking for a better error message, bit instead, the error went away. git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@545 a4c988fc-2ded-0310-b66e-134b36920a42 --- tracks/test/test_helper.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tracks/test/test_helper.rb b/tracks/test/test_helper.rb index 9e60d452..342cd19c 100644 --- a/tracks/test/test_helper.rb +++ b/tracks/test/test_helper.rb @@ -26,6 +26,13 @@ class Test::Unit::TestCase end +class Test::Rails::HelperTestCase + + self.use_transactional_fixtures = false + self.use_instantiated_fixtures = false + +end + class Test::Rails::TestCase < Test::Unit::TestCase # Turn off transactional fixtures if you're working with MyISAM tables in MySQL