Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Some unit tests currently call checkOrphans in tearDown. The problem with doing this is if checkOrphans detects an orphan it will throw an exception. This will cause other tearDown tasks to not be done which can cause later unit tests to fail because the previous test did not get to clean everything up.