From 098be1647edc83493bcbf79d1ee5bbfee6711cf1 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 5 Jun 2025 20:05:31 +0200 Subject: gui: reintroduce ParticipantRow tests --- gui/tests/gtk-test.cpp | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'gui/tests/gtk-test.cpp') diff --git a/gui/tests/gtk-test.cpp b/gui/tests/gtk-test.cpp index 4eea74a..8f897d9 100644 --- a/gui/tests/gtk-test.cpp +++ b/gui/tests/gtk-test.cpp @@ -5,16 +5,16 @@ #include "turnsmm/init.hpp" +#include #include #include +#include +#include #include #include #include -#include -#include - #include #include @@ -37,6 +37,11 @@ namespace turns::ui::tests Turns::init(); } + auto testCaseEnded(Catch::TestCaseStats const &) -> void override + { + setlocale(LC_ALL, ""); + } + private: Glib::RefPtr m_app{}; }; -- cgit v1.2.3