Status: Accepted
Owner:
[hidden email]
Labels: Type-Defect Priority-Medium GLASS-Server Version-1.0-beta.8.7
New issue 315 by
[hidden email]: GsDeployerBar_Instances not cleaned
up by test tearDown method
http://code.google.com/p/glassdb/issues/detail?id=315While working on another issue, I found that the Global
GsDeployerBar_Instances in UserGlobals is not cleaned up by the GsDeployer
tests that use it.
Should add:
UserGlobals removeKey: #GsDeployerBar_Instances ifAbsent: [].
to the tearDown methods to those tests