Re-enable all connection tests

This commit is contained in:
Martchus 2018-10-28 14:38:34 +01:00
parent 900377b036
commit 2862b6fd87
1 changed files with 0 additions and 4 deletions

View File

@ -312,15 +312,11 @@ void ConnectionTests::testConnection()
testResumingDirectory();
testPausingDirectory();
testRequestingLog();
#ifdef DEBUG_BUILD
testRequestingQrCode();
#endif
testDisconnecting();
testConnectingWithSettings();
#ifdef DEBUG_BUILD
testRequestingRescan();
testDealingWithArbitraryConfig();
#endif
}
void ConnectionTests::testErrorCases()