Adds test for default account creation/deletion

This commit is contained in:
Milo Davis 2017-08-22 09:27:06 +02:00 committed by Grégoire Henry
parent 2c8b46a835
commit 13c147016f

View File

@ -47,6 +47,11 @@ ${TZCLIENT} get delegate for free_account
${TZCLIENT} set delegate for free_account to ${KEY2}
${TZCLIENT} get delegate for free_account
${TZCLIENT} get balance for bootstrap5 | assert "4,000,000.00 ꜩ"
${TZCLIENT} transfer 4000000.00 from bootstrap5 to bootstrap1 -fee 0
${TZCLIENT} transfer 4000000.00 from bootstrap1 to bootstrap5 -fee 0
${TZCLIENT} get balance for bootstrap5 | assert "4,000,000.00 ꜩ"
echo
echo End of test
echo