Email This Post
|
Print This Post
Just a quick note with an answer to an issue which has been bugging me for days.
Tests run OK within Eclipse but fail miserably from the command line with an error like…
362b7f6aea221c114426f788df3de78b002
It seems that the test runner automatically loads fixtures even if not asked to do so. The template fixture files contain stubs for test records which cause sqlite3 to choke.
Just make sure that fixture files actually contain real fixtures that are needed for your testing!
One Response
Nick
October 21st, 2008 at 8:42 am
1I know this is an old post but this is the exact problem I was just having, so thank you for posting up your solution! Now I can write tests that run
RSS feed for comments on this post · TrackBack URI
Leave a reply