Branch: refs/heads/master
Home: https://github.com/conformal/btcwallet
Commit: 3cd0aa011d9b3ad0cb0c1bfee950a57733bd2e0b
https://github.com/conformal/btcwallet/commit/3cd0aa011d9b3ad0cb0c1bfee950a57733bd2e0b
Author: Dave Collins <[email protected]>
Date: 2014-11-10 (Mon, 10 Nov 2014)
Changed paths:
M waddrmgr/internal_test.go
M waddrmgr/manager_test.go
Log Message:
-----------
Cleanup recent encrypt/decrypt test additions.
This commit cleans up the recent test addition for testing the positive
and negative error paths of the Encrypt and Decrypt functions.
In particular:
- Add comments to all new functions
- Close the manager before trying to delete the file which is otherwise in
use
- Rename the temp prefix since these are not pool tests
- Rename setUp to setupManager to make it a bit more explicit what it's
doing