diff options
Diffstat (limited to 'selftest.cpp')
-rw-r--r-- | selftest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/selftest.cpp b/selftest.cpp index 53f0654f..21e75924 100644 --- a/selftest.cpp +++ b/selftest.cpp @@ -833,14 +833,14 @@ int main(int argc,char **argv) srand((unsigned int)time(0)); - //r |= testPhy(); - //r |= testHttp(); r |= testSqliteNetworkController(); r |= testCrypto(); r |= testPacket(); r |= testOther(); r |= testIdentity(); r |= testCertificate(); + r |= testPhy(); + r |= testHttp(); if (r) std::cout << std::endl << "SOMETHING FAILED!" << std::endl; |