diff options
| author | EuAndreh <eu@euandre.org> | 2024-10-01 09:50:21 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2024-10-01 09:50:21 -0300 |
| commit | 9d5ca3900790d2f62ae62b8a7fe8a052fef00bb5 (patch) | |
| tree | 6395f46091eb807166e064c1f9b3ee9cc615ef25 /tests | |
| parent | Remove unwanted fieatures on code and tests (diff) | |
| download | golite-9d5ca3900790d2f62ae62b8a7fe8a052fef00bb5.tar.gz golite-9d5ca3900790d2f62ae62b8a7fe8a052fef00bb5.tar.xz | |
Recover aggregation and collation trampoline, alongside their tests
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/golite.go | 6 |
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 }, |
