Enable HSQLDB transaction tests
Project: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/commit/7156d821 Tree: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/tree/7156d821 Diff: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/diff/7156d821 Branch: refs/heads/remove-gopher-png Commit: 7156d8219644c5740aad59984f150b4f47f189e0 Parents: 4fcb131 Author: Francis Chuang <[email protected]> Authored: Fri Apr 20 15:31:15 2018 +1000 Committer: Francis Chuang <[email protected]> Committed: Fri Apr 20 15:31:15 2018 +1000 ---------------------------------------------------------------------- driver_hsqldb_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/blob/7156d821/driver_hsqldb_test.go ---------------------------------------------------------------------- diff --git a/driver_hsqldb_test.go b/driver_hsqldb_test.go index a926850..539a80f 100644 --- a/driver_hsqldb_test.go +++ b/driver_hsqldb_test.go @@ -462,7 +462,7 @@ func TestHSQLDBStoreAndRetrieveBinaryData(t *testing.T) { }) } -/*func TestHSQLDBCommittingTransactions(t *testing.T) { +func TestHSQLDBCommittingTransactions(t *testing.T) { skipTestIfNotHSQLDB(t) @@ -600,7 +600,7 @@ func TestHSQLDBRollingBackTransactions(t *testing.T) { t.Fatalf("Expected %d rows, got %d", 0, countAfterRollback) } }) -}*/ +} func TestHSQLDBPreparedStatements(t *testing.T) {
