From fd11e024a6079be3e0bc62911b6e3070c7553224 Mon Sep 17 00:00:00 2001 From: Melvin Keskin Date: Sat, 8 Jan 2022 08:26:46 +0000 Subject: Run 'clang-format' on all files --- tests/IntegrationTesting.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'tests/IntegrationTesting.h') diff --git a/tests/IntegrationTesting.h b/tests/IntegrationTesting.h index e8db182c..9733295e 100644 --- a/tests/IntegrationTesting.h +++ b/tests/IntegrationTesting.h @@ -5,21 +5,21 @@ #ifndef INTEGRATIONTESTING_H #define INTEGRATIONTESTING_H -#include -#include - #include "QXmppConfiguration.h" +#include +#include + #define ENV_ENABLED "QXMPP_TESTS_INTEGRATION_ENABLED" #define ENV_JID "QXMPP_TESTS_JID" #define ENV_PASSWORD "QXMPP_TESTS_PASSWORD" -#define SKIP_IF_INTEGRATION_TESTS_DISABLED() \ - if (!IntegrationTests::enabled()) { \ +#define SKIP_IF_INTEGRATION_TESTS_DISABLED() \ + if (!IntegrationTests::enabled()) { \ QSKIP("Export 'QXMPP_TESTS_INTEGRATION_ENABLED=1' to enable."); \ - } else if (!IntegrationTests::credentialsAvailable()) { \ - QFAIL("No credentials for integration tests provided! " \ - "Export 'QXMPP_TESTS_JID' and 'QXMPP_TESTS_PASSWORD'."); \ + } else if (!IntegrationTests::credentialsAvailable()) { \ + QFAIL("No credentials for integration tests provided! " \ + "Export 'QXMPP_TESTS_JID' and 'QXMPP_TESTS_PASSWORD'."); \ } class IntegrationTests @@ -57,4 +57,4 @@ public: #undef ENV_JID #undef ENV_PASSWORD -#endif // INTEGRATIONTESTING_H +#endif // INTEGRATIONTESTING_H -- cgit v1.2.3