File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -96,11 +96,11 @@ void TestQgsMimeDataUtils::testEncodeDecode()
96
96
97
97
QStringList fragments ( QgsMimeDataUtils::decode ( data ) );
98
98
99
- QCOMPARE ( fragments[0 ], " raster" );
100
- QCOMPARE ( fragments[1 ], " wms" );
101
- QCOMPARE ( fragments[2 ], " A Fancy WMS From Ciriè City" );
102
- QCOMPARE ( fragments[3 ], " crs=EPSG:2036&dpiMode=7&format=image/png&layers=lidar&styles=default&url=https://geoegl.msp.gouv.qc." );
103
- QCOMPARE ( fragments[4 ], " EPSG\\ :2036:EPSG\\ :3857" );
99
+ QCOMPARE ( fragments[0 ], QString ( " raster" ) );
100
+ QCOMPARE ( fragments[1 ], QString ( " wms" ) );
101
+ QCOMPARE ( fragments[2 ], QString ( " A Fancy WMS From Ciriè City" ) );
102
+ QCOMPARE ( fragments[3 ], QString ( " crs=EPSG:2036&dpiMode=7&format=image/png&layers=lidar&styles=default&url=https://geoegl.msp.gouv.qc." ) );
103
+ QCOMPARE ( fragments[4 ], QString ( " EPSG\\ :2036:EPSG\\ :3857" ) );
104
104
105
105
}
106
106
You can’t perform that action at this time.
0 commit comments