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:
authorJonathan White <support@dmapps.us>2019-03-19 21:48:33 +0300
committerJonathan White <support@dmapps.us>2019-03-20 01:56:17 +0300
commitfb5faf0ff5a0380b2d1ce43495c7f2c6a1f43c17 (patch)
tree253d42575c18115a175212b67662531fc286f0a2 /tests/TestUpdateCheck.cpp
parent306bf0f292bdbace8f880f5d6db6ebaedc56f93f (diff)
Ran `make format`
Diffstat (limited to 'tests/TestUpdateCheck.cpp')
-rw-r--r--tests/TestUpdateCheck.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/TestUpdateCheck.cpp b/tests/TestUpdateCheck.cpp
index 3bde72950..8cba43b1d 100644
--- a/tests/TestUpdateCheck.cpp
+++ b/tests/TestUpdateCheck.cpp
@@ -17,8 +17,8 @@
#include "TestUpdateCheck.h"
#include "TestGlobal.h"
-#include "updatecheck/UpdateChecker.h"
#include "crypto/Crypto.h"
+#include "updatecheck/UpdateChecker.h"
QTEST_GUILESS_MAIN(TestUpdateCheck)
@@ -29,7 +29,7 @@ void TestUpdateCheck::initTestCase()
void TestUpdateCheck::testCompareVersion()
{
- // Remote Version , Installed Version
+ // Remote Version , Installed Version
QCOMPARE(UpdateChecker::compareVersions(QString("2.4.0"), QString("2.3.4")), true);
QCOMPARE(UpdateChecker::compareVersions(QString("2.3.0"), QString("2.4.0")), false);
QCOMPARE(UpdateChecker::compareVersions(QString("2.3.0"), QString("2.3.0")), false);