Mark Hammond: Uncomment call to delete test data when done.

This commit is contained in:
Fred Drake 2000-04-01 05:25:57 +00:00
parent 9a257b4fd4
commit d9b0f26515
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ def DeleteTestData(root_key):
def TestAll(root_key):
WriteTestData(root_key)
ReadTestData(root_key)
# DeleteTestData(root_key)
DeleteTestData(root_key)
# Test on my local machine.
TestAll(HKEY_CURRENT_USER)