Add TestBcGasPricer, comments and unskip tests

This commit is contained in:
Gustav Simonsson
2015-07-06 13:56:56 +02:00
parent 457a3c8f76
commit b7e8d954ef
2 changed files with 19 additions and 8 deletions

View File

@ -71,3 +71,10 @@ func TestBcWallet(t *testing.T) {
t.Fatal(err)
}
}
func TestBcGasPricer(t *testing.T) {
err := RunBlockTest(filepath.Join(blockTestDir, "bcGasPricerTest.json"), BlockSkipTests)
if err != nil {
t.Fatal(err)
}
}