1450 Commits

Author SHA1 Message Date
Matthias Kuhn
a37b3e27d5 Remove executable flag on a bunch of files 2015-07-20 15:45:44 +02:00
Nyall Dawson
323fa2ce50 Fix doxygen warnings, bump acceptable doc coverage 2015-07-20 06:24:58 +10:00
Juergen E. Fischer
0f396f3bd4 fix grass test on windows 2015-07-18 20:05:44 +02:00
Juergen E. Fischer
3acabad3a1 fix PyQgsServer test in nightlies 2015-07-18 16:56:26 +02:00
Juergen E. Fischer
789da22478 don't buffer python and grass tests output in variables 2015-07-18 15:32:37 +02:00
Juergen E. Fischer
4d681f03c6 Fix test failures on windows 2015-07-17 12:22:02 +02:00
Nyall Dawson
cc1a34fcea Guard against some crashes in geometry 2015-07-16 16:00:46 +10:00
Nyall Dawson
daa4d6a8fc Add test for handling invalid WKT with z values (refs #13055) 2015-07-16 13:47:26 +10:00
Nyall Dawson
63e18501a5 Try to make raster calc test more reliable 2015-07-13 19:11:04 +10:00
Matthias Kuhn
c6f7873585 Add QgsAttributes::operator== that takes care of NULL variants 2015-07-13 09:48:12 +02:00
Matthias Kuhn
160d1bf7f8 Add test to check if QgsFeature.setAttributes handles 0 vs NULL correctly
Currently failing
2015-07-13 09:48:12 +02:00
Juergen E. Fischer
b4c6023d9b let first test truncate qgistest.html 2015-07-13 00:40:30 +02:00
Nyall Dawson
f9917b55c3 Remove expected failure from shapefile provider unique values test
Failure was caused by GDAL bug #6020, which has now been fixed
in GDAL. It turns out the values are only incorrect if the first
feature in the file has a null value, so I've rearranged the
features in the reference shapefile to avoid this.
2015-07-12 19:55:54 +10:00
Nyall Dawson
8e12578028 Fix two minor Coverity uninitialized member warnings 2015-07-12 19:41:21 +10:00
elpaso
c126592272 Clear the request handler when done
also added some comments and docs strings
2015-07-10 12:03:55 +02:00
Nyall Dawson
368eaa258b Add support to generate_test_mask_image for mismatched sizes,
add masks for legend renderer tests
2015-07-10 18:09:28 +10:00
Nyall Dawson
405688ea49 [tests] Add method for setting size tolerance to render checker,
add some size tolerance to legend renderer test
2015-07-10 16:52:52 +10:00
mhugent
736f1c4fa0 Merge pull request #2200 from mhugent/server_content_disposition
Server content disposition
2015-07-08 09:33:55 +02:00
Juergen E. Fischer
fa464111c8 fix grass tests on windows 2015-07-07 23:26:44 +02:00
Juergen E. Fischer
92af85b7a2 coverity fixes 2015-07-07 20:16:26 +02:00
Marco Hugentobler
f0835ec3e5 Change order of headers in server tests 2015-07-07 17:20:27 +02:00
Nyall Dawson
8e488caa23 Update test mask image for Windows 2015-07-06 20:13:04 +10:00
Nyall Dawson
5d1306b990 Fix encoding warnings on Windows 2015-07-06 20:12:39 +10:00
Nyall Dawson
ee6a924387 More Win test mask updates 2015-07-06 08:29:50 +10:00
Juergen E. Fischer
12b7831175 remove unused iostream header 2015-07-05 16:51:29 +02:00
Juergen E. Fischer
83bb33cad5 cleanup composer test map settings 2015-07-05 11:20:13 +02:00
Juergen E. Fischer
3856ccf2f8 another round of coverity and cppcheck fixes 2015-07-05 04:26:40 +02:00
Juergen E. Fischer
5b54e260d4 various windows test fixes:
* .gitignore sort and remove duplicates
* show more warnings in tests
* add/update masks for rendering checks on windows
* fix delimited text provider tests
* disable QgsLogger and QgsPalLabelingServer on windows
2015-07-05 03:45:01 +02:00
Juergen E. Fischer
29aaf1bad8 skip blanks between wkt child blocks (fixes #13053) 2015-07-03 15:30:49 +02:00
Juergen E. Fischer
f92d9c1176 but not with QString (followup 34c1c8d) 2015-07-03 12:30:19 +02:00
Juergen E. Fischer
34c1c8dc58 avoid auto 2015-07-03 11:53:17 +02:00
elpaso
132fa0d25b re-enabled PyQgsServer, reverted setenv 2015-07-03 09:05:49 +02:00
elpaso
11a7522d9f Fixed PyQgsServer tests.
Still disabled in Travis because of random failures
2015-07-03 09:04:47 +02:00
Nyall Dawson
339dbf1b18 OSX test mask images 2015-07-02 21:48:46 +10:00
Nyall Dawson
b7afe396e4 [tests] Switch composer picture remote url test to use a local
python server, avoids dependance on remote service
2015-07-02 13:39:40 +10:00
Juergen E. Fischer
9b976cfe26 test cleanups and some fixes 2015-07-02 04:22:52 +02:00
Nyall Dawson
f3fe29d2fb Better fix for b847a06 2015-07-02 08:44:41 +10:00
Nyall Dawson
f72ae91480 Fix failing PyQgsBlendModes test 2015-07-02 08:24:40 +10:00
Nyall Dawson
d747a481d5 Fix warning 2015-07-02 06:35:19 +10:00
Juergen E. Fischer
7b58462de5 make sub tests following the label in composer rotation pass 2015-07-01 19:26:17 +02:00
Juergen E. Fischer
5cc5ffc50a fix composer picture test on windows 2015-07-01 18:39:40 +02:00
Juergen E. Fischer
d429f195b6 Some fixes to the tests on windows:
* defer initialization of map settings until after QgsApplication is initialized
* disable local server test
* set ogr encoding in qgsserver testproject.qgs
2015-07-01 18:09:30 +02:00
Juergen E. Fischer
b847a069a4 avoid modifying test data 2015-07-01 11:04:17 +02:00
Juergen E. Fischer
984f03f499 restore points files 2015-07-01 10:57:54 +02:00
Juergen E. Fischer
571752290d fix TestQgsProject 2015-07-01 10:21:38 +02:00
Juergen E. Fischer
e2e7e365e2 fix testqgis 2015-07-01 09:46:33 +02:00
Juergen E. Fischer
ac3d8f5cee fix PyQgsServer test 2015-06-30 22:16:40 +02:00
Nyall Dawson
94a61c7d3c Labeling test mask updates for OSX 2015-06-30 21:30:41 +10:00
Nyall Dawson
96b66ddf97 Make paint effect test pass on OSX by explicitly setting dpi 2015-06-30 20:48:19 +10:00
Nyall Dawson
5b97b7e318 Fixes for composer map grid test 2015-06-30 20:22:55 +10:00