mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-08 18:28:50 +01:00
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
This commit is contained in:
parent
1cce7f076c
commit
f97af91cb2
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue