Fix the parsing of the chat cache so the lists are no longer broken and add tests.

This commit is contained in:
James Graham
2026-02-25 18:25:55 +00:00
parent 7f91c57945
commit c08693c508
3 changed files with 58 additions and 1 deletions

View File

@@ -105,6 +105,12 @@ ecm_add_test(
TEST_NAME modeltest
)
ecm_add_test(
blockcachetest.cpp
LINK_LIBRARIES neochat Qt::Test
TEST_NAME blockcachetest
)
macro(add_qml_tests)
if (WIN32)
set(_extra_args -platform offscreen)