* Initialize the registry for this application.
* @return the registry for the Framework class
*/
RegistryImpl getRegistry() {
try {
SecurityToken token = getSecurityToken();
MIDletStateHandler mstate =
MIDletStateHandler.getMidletStateHandler();
MIDletSuite msuite = mstate.getMIDletSuite();
msuite.setTempProperty(token, "MIDlet-1",
"CHAPI Tests,," + classname);