Include db type in interface tests loading message.

This commit is contained in:
Dave Collins 2013-10-14 14:34:54 -05:00
parent 01af05c8ac
commit c99416c121

View file

@ -396,7 +396,7 @@ func testInterface(t *testing.T, dbType string) {
// Create a test context to pass around.
context := testContext{t: t, dbType: dbType, db: db}
t.Logf("Loaded %d blocks", len(blocks))
t.Logf("Loaded %d blocks for testing %s", len(blocks), dbType)
for height := int64(1); height < int64(len(blocks)); height++ {
// Get the appropriate block and hash and update the test
// context accordingly.