mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-02 00:02:12 -05:00
Fix network access manager test failing due to server change
This commit is contained in:
parent
eacd47bfa6
commit
d1503e030a
@ -472,7 +472,7 @@ void TestQgsNetworkAccessManager::fetchPost()
|
|||||||
{
|
{
|
||||||
QCOMPARE( reply.error(), QNetworkReply::NoError );
|
QCOMPARE( reply.error(), QNetworkReply::NoError );
|
||||||
QCOMPARE( reply.requestId(), requestId );
|
QCOMPARE( reply.requestId(), requestId );
|
||||||
QVERIFY( reply.rawHeaderList().contains( "Content-Length" ) );
|
QVERIFY( reply.rawHeaderList().contains( "Content-Type" ) );
|
||||||
QCOMPARE( reply.request().url(), u );
|
QCOMPARE( reply.request().url(), u );
|
||||||
loaded = true;
|
loaded = true;
|
||||||
} );
|
} );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user