aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorzelig <viktor.tron@gmail.com>2015-07-06 02:19:42 +0800
committerJeffrey Wilcke <geffobscura@gmail.com>2015-07-07 16:43:49 +0800
commit1208ac83d5a93214f23bf3f9236e29869ee62407 (patch)
tree28d07022d6fbda7a4cf9478ae7341c217ff200f1 /cmd
parentaa22cf323ef408f0562817352f68197f8b982f75 (diff)
downloadgo-tangerine-1208ac83d5a93214f23bf3f9236e29869ee62407.tar
go-tangerine-1208ac83d5a93214f23bf3f9236e29869ee62407.tar.gz
go-tangerine-1208ac83d5a93214f23bf3f9236e29869ee62407.tar.bz2
go-tangerine-1208ac83d5a93214f23bf3f9236e29869ee62407.tar.lz
go-tangerine-1208ac83d5a93214f23bf3f9236e29869ee62407.tar.xz
go-tangerine-1208ac83d5a93214f23bf3f9236e29869ee62407.tar.zst
go-tangerine-1208ac83d5a93214f23bf3f9236e29869ee62407.zip
fix natspec test
* registar url string retrieval chop leading zeros now * rewrite test using test mining * remove temporary applyTxs from xeth
Diffstat (limited to 'cmd')
-rw-r--r--cmd/geth/js_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/geth/js_test.go b/cmd/geth/js_test.go
index 791218997..eaab3acaa 100644
--- a/cmd/geth/js_test.go
+++ b/cmd/geth/js_test.go
@@ -254,7 +254,7 @@ func TestSignature(t *testing.T) {
}
func TestContract(t *testing.T) {
- // t.Skip("contract testing is implemented with mining in ethash test mode. This takes about 7seconds to run. Unskip and run on demand")
+ t.Skip("contract testing is implemented with mining in ethash test mode. This takes about 7seconds to run. Unskip and run on demand")
coinbase := common.HexToAddress(testAddress)
tmp, repl, ethereum := testREPL(t, func(conf *eth.Config) {
conf.Etherbase = testAddress