Add TestBcForkUncleTests and update JSON files

This commit is contained in:
Gustav Simonsson
2015-08-31 16:45:00 +02:00
parent 9dc23ce284
commit fe8093b71f
750 changed files with 2312 additions and 1872 deletions

View File

@ -42,6 +42,13 @@ func TestBcUncleTests(t *testing.T) {
}
}
func TestBcForkUncleTests(t *testing.T) {
err := RunBlockTest(filepath.Join(blockTestDir, "bcForkUncle.json"), BlockSkipTests)
if err != nil {
t.Fatal(err)
}
}
func TestBcInvalidHeaderTests(t *testing.T) {
err := RunBlockTest(filepath.Join(blockTestDir, "bcInvalidHeaderTest.json"), BlockSkipTests)
if err != nil {