Skip to content

Commit

Permalink
Enable HSQLDB transaction tests
Browse files Browse the repository at this point in the history
  • Loading branch information
F21 committed Apr 20, 2018
1 parent 4fcb131 commit 7156d82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions driver_hsqldb_test.go
Expand Up @@ -462,7 +462,7 @@ func TestHSQLDBStoreAndRetrieveBinaryData(t *testing.T) {
})
}

/*func TestHSQLDBCommittingTransactions(t *testing.T) {
func TestHSQLDBCommittingTransactions(t *testing.T) {

skipTestIfNotHSQLDB(t)

Expand Down Expand Up @@ -600,7 +600,7 @@ func TestHSQLDBRollingBackTransactions(t *testing.T) {
t.Fatalf("Expected %d rows, got %d", 0, countAfterRollback)
}
})
}*/
}

func TestHSQLDBPreparedStatements(t *testing.T) {

Expand Down

0 comments on commit 7156d82

Please sign in to comment.