File indexing completed on 2024-10-27 04:58:05
0001 // SPDX-FileCopyrightText: 2010 Klaralvdalens Datakonsult AB, a KDAB Group company, info@kdab.com 0002 // SPDX-FileCopyrightText: 2010 Leo Franchi <lfranchi@kde.org> 0003 // SPDX-License-Identifier: LGPL-2.0-or-later 0004 0005 #ifndef MESSAGECORE_TESTS_UTIL_H 0006 #define MESSAGECORE_TESTS_UTIL_H 0007 0008 #include <bodypartformatter.h> 0009 #include <bodypartformatterbasefactory.h> 0010 0011 namespace MimeTreeParser 0012 { 0013 0014 namespace Test 0015 { 0016 0017 /** 0018 * setup a environment variables for tests: 0019 * * set LC_ALL to en_US.UTF-8 0020 */ 0021 void setupEnv(); 0022 0023 } 0024 0025 } 0026 0027 #endif