From 70e42c0beed0c56831072fd9b07b006af3021654 Mon Sep 17 00:00:00 2001 From: Roland Winklmeier Date: Tue, 24 Mar 2015 02:03:04 +0100 Subject: [PATCH] Enable network auto tests again --- tests/blackcore/testblackcoremain.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/blackcore/testblackcoremain.cpp b/tests/blackcore/testblackcoremain.cpp index b381890ff..40bd69881 100644 --- a/tests/blackcore/testblackcoremain.cpp +++ b/tests/blackcore/testblackcoremain.cpp @@ -25,8 +25,8 @@ namespace BlackCoreTest status |= QTest::qExec(&interpolatorTests, argc, argv); } { -// CTestNetwork networkTests; -// status |= QTest::qExec(&networkTests, argc, argv); + CTestNetwork networkTests; + status |= QTest::qExec(&networkTests, argc, argv); } return status; }