Test case for QTBUG-22875
authorShane Kearns <shane.kearns@accenture.com>
Tue, 13 Dec 2011 15:50:59 +0000 (15:50 +0000)
committerQt by Nokia <qt-info@nokia.com>
Thu, 22 Dec 2011 05:02:32 +0000 (06:02 +0100)
commit4be2430925e04db1a998a11c1c281ae578feca4b
tree9ccfd6c8f5ac8be2a49867774640497ef44f38f3
parentd62228a77e3f4990623636519836874a66baffbb
Test case for QTBUG-22875

Test the authentication cache works properly with "cancelled dialogs"
or if the user enters username/password incorrectly.
Expected behaviour is based on web browsers:
If cancelled, current request fails, and prompt again the next time.
If wrong password is given, prompt again and retry the current request.
If bad credentials are in the cache, prompt again

Task-number: QTBUG-22875
Change-Id: Ic02ccac8dbeb3f2580ca4ffe47d0773982c4ab25
Reviewed-by: Peter Hartmann <peter.hartmann@nokia.com>
tests/auto/network/access/qnetworkreply/tst_qnetworkreply.cpp