Mark Hammond: Uncomment call to delete test data when done.
This commit is contained in:
parent
9a257b4fd4
commit
d9b0f26515
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue