Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis-Bertrand Varin <louisbvarin@gmail.com>2018-02-22 05:27:55 +0300
committerLouis-Bertrand Varin <louisbvarin@gmail.com>2018-03-31 19:15:09 +0300
commit3eb917055e6756b38def59917d6d074aafa64473 (patch)
treeb597f9cc2860aa0d1f651c99c32ff61c477b01cb /tests/TestKdbx4.cpp
parent0b6eb3b30e2cdfe715404c53c214be2b067afe85 (diff)
Add ClangFormat exceptions
Diffstat (limited to 'tests/TestKdbx4.cpp')
-rw-r--r--tests/TestKdbx4.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/TestKdbx4.cpp b/tests/TestKdbx4.cpp
index f0ef1bfa8..1d50b8e7f 100644
--- a/tests/TestKdbx4.cpp
+++ b/tests/TestKdbx4.cpp
@@ -182,6 +182,7 @@ void TestKdbx4::testFormat400Upgrade()
QCOMPARE(*targetDb->rootGroup()->customData(), *sourceDb->rootGroup()->customData());
}
+// clang-format off
void TestKdbx4::testFormat400Upgrade_data()
{
QTest::addColumn<Uuid>("kdfUuid");
@@ -213,6 +214,7 @@ void TestKdbx4::testFormat400Upgrade_data()
QTest::newRow("AES-KDF + Twofish + CustomData") << KeePass2::KDF_AES_KDBX4 << KeePass2::CIPHER_TWOFISH << true << kdbx4;
QTest::newRow("AES-KDF (legacy) + Twofish + CustomData") << KeePass2::KDF_AES_KDBX3 << KeePass2::CIPHER_TWOFISH << true << kdbx4;
}
+// clang-format on
void TestKdbx4::testUpgradeMasterKeyIntegrity()
{