BugsBiteBugs / sqlitepersistentobjects

Automatically exported from code.google.com/p/sqlitepersistentobjects
0 stars 0 forks source link

[PATCH] Test of TestSavingAndLoading are not independent. #77

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Seems that in my setup, the _manager variable get resetted to nil in one of the 
test, and the 
following tests start failing because there is no manager. Moving the _manager 
initialization to the 
setUp method seems to fix the problem.

Original issue reported on code.google.com by drodrigu...@gmail.com on 24 Sep 2009 at 10:26

Attachments: