aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-10-01 09:50:21 -0300
committerEuAndreh <eu@euandre.org>2024-10-01 09:50:21 -0300
commit9d5ca3900790d2f62ae62b8a7fe8a052fef00bb5 (patch)
tree6395f46091eb807166e064c1f9b3ee9cc615ef25 /tests
parentRemove unwanted fieatures on code and tests (diff)
downloadgolite-9d5ca3900790d2f62ae62b8a7fe8a052fef00bb5.tar.gz
golite-9d5ca3900790d2f62ae62b8a7fe8a052fef00bb5.tar.xz
Recover aggregation and collation trampoline, alongside their tests
Diffstat (limited to 'tests')
-rw-r--r--tests/golite.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/golite.go b/tests/golite.go
index ee0f658..d833a0d 100644
--- a/tests/golite.go
+++ b/tests/golite.go
@@ -3953,9 +3953,9 @@ func MainTest() {
{ "TestVersion", TestVersion },
{ "TestStringContainingZero", TestStringContainingZero },
{ "TestDateTimeNow", TestDateTimeNow },
- // { "TestAggregatorRegistration", TestAggregatorRegistration },
- // { "TestAggregatorRegistration_GenericReturn", TestAggregatorRegistration_GenericReturn },
- // { "TestCollationRegistration", TestCollationRegistration },
+ { "TestAggregatorRegistration", TestAggregatorRegistration },
+ { "TestAggregatorRegistration_GenericReturn", TestAggregatorRegistration_GenericReturn },
+ { "TestCollationRegistration", TestCollationRegistration },
{ "TestDeclTypes", TestDeclTypes },
{ "TestPinger", TestPinger },
{ "TestUpdateAndTransactionHooks", TestUpdateAndTransactionHooks },