Issue 315 in glassdb: GsDeployerBar_Instances not cleaned up by test tearDown method

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Issue 315 in glassdb: GsDeployerBar_Instances not cleaned up by test tearDown method

glassdb
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=315

While 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