diff options
author | Felix Lange <fjl@twurst.com> | 2016-03-18 08:35:03 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2016-04-12 21:58:07 +0800 |
commit | ee1682ffe6728618cc4458f3923a4c46fff64d98 (patch) | |
tree | caec157398877dd792223a487f527fe8ce5076ad /cmd/geth/testdata | |
parent | 6cb08d8328a242a8def4d432904b1c112ebd823f (diff) | |
download | dexon-ee1682ffe6728618cc4458f3923a4c46fff64d98.tar.gz dexon-ee1682ffe6728618cc4458f3923a4c46fff64d98.tar.zst dexon-ee1682ffe6728618cc4458f3923a4c46fff64d98.zip |
cmd/geth: add tests for account commands
Diffstat (limited to 'cmd/geth/testdata')
-rw-r--r-- | cmd/geth/testdata/empty.js | 1 | ||||
-rw-r--r-- | cmd/geth/testdata/guswallet.json | 6 | ||||
-rw-r--r-- | cmd/geth/testdata/passwords.txt | 3 | ||||
-rw-r--r-- | cmd/geth/testdata/wrong-passwords.txt | 3 |
4 files changed, 13 insertions, 0 deletions
diff --git a/cmd/geth/testdata/empty.js b/cmd/geth/testdata/empty.js new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/cmd/geth/testdata/empty.js @@ -0,0 +1 @@ + diff --git a/cmd/geth/testdata/guswallet.json b/cmd/geth/testdata/guswallet.json new file mode 100644 index 000000000..e8ea4f332 --- /dev/null +++ b/cmd/geth/testdata/guswallet.json @@ -0,0 +1,6 @@ +{ + "encseed": "26d87f5f2bf9835f9a47eefae571bc09f9107bb13d54ff12a4ec095d01f83897494cf34f7bed2ed34126ecba9db7b62de56c9d7cd136520a0427bfb11b8954ba7ac39b90d4650d3448e31185affcd74226a68f1e94b1108e6e0a4a91cdd83eba", + "ethaddr": "d4584b5f6229b7be90727b0fc8c6b91bb427821f", + "email": "gustav.simonsson@gmail.com", + "btcaddr": "1EVknXyFC68kKNLkh6YnKzW41svSRoaAcx" +} diff --git a/cmd/geth/testdata/passwords.txt b/cmd/geth/testdata/passwords.txt new file mode 100644 index 000000000..96f98c7f4 --- /dev/null +++ b/cmd/geth/testdata/passwords.txt @@ -0,0 +1,3 @@ +foobar +foobar +foobar diff --git a/cmd/geth/testdata/wrong-passwords.txt b/cmd/geth/testdata/wrong-passwords.txt new file mode 100644 index 000000000..7d1e338bb --- /dev/null +++ b/cmd/geth/testdata/wrong-passwords.txt @@ -0,0 +1,3 @@ +wrong +wrong +wrong |