From dbdeae0da8702379c1dabb11bfe8440438c1fd98 Mon Sep 17 00:00:00 2001 From: Aleksandar Sasha Babic Date: Thu, 20 Aug 2009 08:53:10 +0200 Subject: Removing unnecessary comments and enabling additional test rows that were forgotten. --- tests/auto/qsslsocket/tst_qsslsocket.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/auto/qsslsocket/tst_qsslsocket.cpp b/tests/auto/qsslsocket/tst_qsslsocket.cpp index 9c5086a..ba5ef70 100644 --- a/tests/auto/qsslsocket/tst_qsslsocket.cpp +++ b/tests/auto/qsslsocket/tst_qsslsocket.cpp @@ -249,13 +249,13 @@ void tst_QSslSocket::initTestCase_data() QTest::addColumn("setProxy"); QTest::addColumn("proxyType"); - //QTest::newRow("WithoutProxy") << false << 0; + QTest::newRow("WithoutProxy") << false << 0; #ifdef TEST_QNETWORK_PROXY QTest::newRow("WithSocks5Proxy") << true << int(Socks5Proxy); - //QTest::newRow("WithSocks5ProxyAuth") << true << int(Socks5Proxy | AuthBasic); + QTest::newRow("WithSocks5ProxyAuth") << true << int(Socks5Proxy | AuthBasic); - //QTest::newRow("WithHttpProxy") << true << int(HttpProxy); - //QTest::newRow("WithHttpProxyBasicAuth") << true << int(HttpProxy | AuthBasic); + QTest::newRow("WithHttpProxy") << true << int(HttpProxy); + QTest::newRow("WithHttpProxyBasicAuth") << true << int(HttpProxy | AuthBasic); // uncomment the line below when NTLM works // QTest::newRow("WithHttpProxyNtlmAuth") << true << int(HttpProxy | AuthNtlm); #endif -- cgit v0.12