put back checkTD and unskip incorrectTD test

This commit is contained in:
zelig
2015-04-08 03:50:34 +01:00
parent f546b486bf
commit cbd0b42060
2 changed files with 5 additions and 5 deletions

View File

@@ -128,7 +128,7 @@ func TestErrInsufficientChainInfo(t *testing.T) {
}
func TestIncorrectTD(t *testing.T) {
t.Skip() // @zelig this one requires fixing for the TD
// t.Skip() // @zelig this one requires fixing for the TD
test.LogInit()
_, blockPool, blockPoolTester := newTestBlockPool(t)