Issue 311 in glassdb: sent bug not implemented in GLASS 1.0-beta.8.7.1 Minimal load

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

Issue 311 in glassdb: sent bug not implemented in GLASS 1.0-beta.8.7.1 Minimal load

glassdb
Status: Accepted
Owner: [hidden email]
Labels: Type-Defect Priority-Medium GLASS-Server Version-1.0-beta.8.7.1

New issue 311 by [hidden email]: sent bug not implemented in GLASS  
1.0-beta.8.7.1 Minimal load
http://code.google.com/p/glassdb/issues/detail?id=311

Loading the Minimal GLASS group:

  (ConfigurationOfGLASS project version: '1.0-beta.8.7.1') load: 'Minimal'

and running the unit tests results in a failure of the  
sentButNotImplemented test for the following selectors:

   inform: inspect explore obConfigure clientForwarderMap  
definitionWithClassName:superClassName:

These methods are all implemented in GsOB.

Technically, this bug has been around awhile, but has only shown up in my  
testing in 1.0-beta.8.7.1 ...

the fix will involve a fair amount of refactoring that I don't want to  
undertake for GLASS 1.0-beta.8.7.1 ...