aboutsummaryrefslogtreecommitdiff
path: root/tests/golite.go
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-09-12 19:33:20 -0300
committerEuAndreh <eu@euandre.org>2024-09-12 19:35:34 -0300
commit03583c961cee000b3a71fc748bda5cb1c33b1d0c (patch)
tree0d7bce56e83d4ade9c6b7b8aee1f0b825de67169 /tests/golite.go
parenttests/golite.go: Use in-memory database on more tests (diff)
downloadgolite-03583c961cee000b3a71fc748bda5cb1c33b1d0c.tar.gz
golite-03583c961cee000b3a71fc748bda5cb1c33b1d0c.tar.xz
src/golite.go: Re-introduce {commit,rollback,update}HookTrampoline CFFI functions
Diffstat (limited to 'tests/golite.go')
-rw-r--r--tests/golite.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/golite.go b/tests/golite.go
index bb79c49..04c4f09 100644
--- a/tests/golite.go
+++ b/tests/golite.go
@@ -5102,8 +5102,7 @@ func MainTest() {
// { "TestCollationRegistration", TestCollationRegistration },
{ "TestDeclTypes", TestDeclTypes },
{ "TestPinger", TestPinger },
- // { "TestUpdateAndTransactionHooks", TestUpdateAndTransactionHooks },
- // { "TestAuthorizer", TestAuthorizer },
+ { "TestUpdateAndTransactionHooks", TestUpdateAndTransactionHooks },
{ "TestSetFileControlInt", TestSetFileControlInt },
{ "TestNonColumnString", TestNonColumnString },
{ "TestNilAndEmptyBytes", TestNilAndEmptyBytes },