#parentKey broken?

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

#parentKey broken?

Bill Schwab-2
Blair,

Is this a bug or a case of flawed expectations?

Have a good one,

Bill


testParentPath
 "#parentKey broken?"

  | key |

 key := RegKey localMachineRoot
   createKey:'Software\University of Florida Dolphin
Goodies\ParentPathTest'.

 self should:[
  key parentKey pathFromRoot = 'Software\University of Florida Dolphin
Goodies'
 ].


--
Wilhelm K. Schwab, Ph.D.
[hidden email]


Reply | Threaded
Open this post in threaded view
|

Re: #parentKey broken?

Blair McGlashan-2
"Bill Schwab" <[hidden email]> wrote in message
news:bpt1j0$1sck28$[hidden email]...
>
> Is this a bug or a case of flawed expectations?
>
> testParentPath
>  "#parentKey broken?"
> ...

Its a bug. I think the real issue is in the way the parent path is set when
a key is created or accessed. To workaround create the key in stages, one
level deep at a time.

Thanks for the report and (especially) the test reproducing the problem.

Regards

Blair