aboutsummaryrefslogtreecommitdiffstats
path: root/tests/block_test.go
diff options
context:
space:
mode:
authorTaylor Gerring <taylor.gerring@gmail.com>2015-06-11 04:29:42 +0800
committerTaylor Gerring <taylor.gerring@gmail.com>2015-06-19 04:20:44 +0800
commitb6d40a931286b4c998f58ad074db0a692aeace6e (patch)
tree491e56fadf83aedceaac460ae51eb778ee8d6465 /tests/block_test.go
parentc5d6fcbaba545d1078f5411dc67208d5d388222e (diff)
downloadgo-tangerine-b6d40a931286b4c998f58ad074db0a692aeace6e.tar
go-tangerine-b6d40a931286b4c998f58ad074db0a692aeace6e.tar.gz
go-tangerine-b6d40a931286b4c998f58ad074db0a692aeace6e.tar.bz2
go-tangerine-b6d40a931286b4c998f58ad074db0a692aeace6e.tar.lz
go-tangerine-b6d40a931286b4c998f58ad074db0a692aeace6e.tar.xz
go-tangerine-b6d40a931286b4c998f58ad074db0a692aeace6e.tar.zst
go-tangerine-b6d40a931286b4c998f58ad074db0a692aeace6e.zip
Cleanup/reorg
Diffstat (limited to 'tests/block_test.go')
-rw-r--r--tests/block_test.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/block_test.go b/tests/block_test.go
index 33d4caec6..f1a92be49 100644
--- a/tests/block_test.go
+++ b/tests/block_test.go
@@ -5,10 +5,6 @@ import (
"testing"
)
-var baseDir = filepath.Join(".", "files")
-var blockTestDir = filepath.Join(baseDir, "BlockTests")
-
-// TODO: refactor test setup & execution to better align with vm and tx tests
func TestBcValidBlockTests(t *testing.T) {
runBlockTestsInFile(filepath.Join(blockTestDir, "bcValidBlockTest.json"), []string{"SimpleTx3"})
}