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:
authorJanek Bevendorff <janek@jbev.net>2017-02-24 22:44:06 +0300
committerJanek Bevendorff <janek@jbev.net>2017-02-24 22:50:06 +0300
commit9a94c6d85e9d3c3dc9b3ef0acb7715c2b6a6129d (patch)
treecb3d1275c9d1c4a001c415f4f73640b7229ad091 /tests/TestYkChallengeResponseKey.cpp
parent46942413db9a9b41e86180e19b9f13fd01c5be3e (diff)
Remove debug output to reduce console spam when running in debug mode
Diffstat (limited to 'tests/TestYkChallengeResponseKey.cpp')
-rw-r--r--tests/TestYkChallengeResponseKey.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/TestYkChallengeResponseKey.cpp b/tests/TestYkChallengeResponseKey.cpp
index bd58ac018..046c06660 100644
--- a/tests/TestYkChallengeResponseKey.cpp
+++ b/tests/TestYkChallengeResponseKey.cpp
@@ -46,7 +46,7 @@ void TestYubiKeyChalResp::init()
QSKIP("Unable to connect to YubiKey", SkipAll);
}
- /* Crypto subsystem needs to be initalized for YubiKey testing */
+ // crypto subsystem needs to be initialized for YubiKey testing
QVERIFY(Crypto::init());
}
@@ -57,7 +57,7 @@ void TestYubiKeyChalResp::detectDevices()
Qt::QueuedConnection);
QtConcurrent::run(YubiKey::instance(), &YubiKey::detect);
- /* Need to wait for the hardware (that's hopefully plugged in)... */
+ // need to wait for the hardware (that's hopefully plugged in)...
QTest::qWait(2000);
QVERIFY2(m_detected > 0, "Is a YubiKey attached?");
}