On Apr 3, 2005 5:17 PM, Paul Millar p.millar@physics.gla.ac.uk wrote:
By the look of it, the bug is that create_test_entries() creates the three TestN keys (N=1..3), but doesn't clean them after.
We use the values created in create_test_entries() throughout the whole test so this is the correct behaviour. They are cleaned up in the final call to delete_key(hkey_main).