366 Commits

Author SHA1 Message Date
Tim Sutton
8761bc7730 Added from wkbPoint and Polyline tests to python geometry tests 2012-08-03 16:19:32 +02:00
Juergen E. Fischer
5ae312cfad add 'foreach' to astyle and re-run indentation 2012-08-03 06:57:11 +02:00
Etienne Tourigny
f8f034ca9c Merge branch 'coloramp' of ../qgis-etiennesky 2012-08-02 23:50:08 -03:00
Etienne Tourigny
e39c216a59 add tests for cpt-city color ramps 2012-08-02 22:45:02 -03:00
Tim Sutton
d8e918d97c Renamed app test with py prefix and added simple geometry test case 2012-08-02 16:55:18 +02:00
Etienne Tourigny
5c068e4837 add support for color ramps to raster layers 2012-08-02 11:39:59 -03:00
Etienne Tourigny
8c969e276e add tests for styles - just for color ramp for now 2012-08-02 11:39:58 -03:00
Radim Blazek
80c251d2a9 cumulative cut tools, raster stretching moved from qgisapp to raster layer, unfortunately one control image has also be changed because stretching changed from GDALComputeRasterMinMax which gives for tests/testdata/landsat.tif 3. band min/max 57/157 to GDALComputeRasterStatistics which gives 51/172 2012-07-29 14:07:14 +02:00
Radim Blazek
540df9cb0d continues removing of stats from raster layer 2012-07-28 19:41:47 +02:00
Radim Blazek
3d8e3bd4da new widget for raster min/max load 2012-07-28 12:48:15 +02:00
Radim Blazek
de20264c31 Stats/histogram removed from raster layer 2012-07-27 11:48:09 +02:00
Juergen E. Fischer
fdefb5bffb run python tests from build directory 2012-07-25 22:32:29 +02:00
Juergen E. Fischer
b64b3fc812 indentation update with a few fixed warnings 2012-07-25 20:43:37 +02:00
Tim Sutton
55fc81d76a Merge branch 'master' of github.com:qgis/Quantum-GIS 2012-07-23 00:05:36 +02:00
Tim Sutton
b702d3ca9f Initial test framework for running python tests as part of the CTest suite. 2012-07-23 00:02:56 +02:00
Nathan Woodrow
7a9074f8fc Add left,right,rpad,lpad string functions - Fix #6079
- With tests :)
2012-07-22 20:38:33 +10:00
Tim Sutton
ecb7b241b2 Added xslt for transforming CTest results to Junit for Jenkins. Source: https://gist.github.com/2358656 2012-07-20 12:06:52 +02:00
Tim Sutton
62a51e8e92 Added anomaly files for jenkins server 2012-07-19 23:34:56 +02:00
Marco Hugentobler
3af7ef3085 Adapt compositionchecker for multi pages 2012-07-19 11:50:15 +02:00
Marco Hugentobler
937bffa2fa Add test for unique composermap ids 2012-07-19 11:09:09 +02:00
Etienne Tourigny
74021a477e don't fail histogram test when images differ - too many different possible renderings depending on machine config. 2012-07-17 17:25:00 -03:00
Etienne Tourigny
ab23800ac5 Merge branch 'histogramwidget' of ../qgis-etiennesky 2012-07-16 23:12:06 -03:00
Etienne Tourigny
d1b7e8bac3 add raster histogram tests 2012-07-16 22:53:26 -03:00
Etienne Tourigny
b58b827e07 fix raster render tests - disable .aux.xml files 2012-07-16 21:28:57 -03:00
Martin Dobias
e35b115881 [API] removed QgsSearchString - QgsExpression should be used instead 2012-07-15 11:14:53 +02:00
Etienne Tourigny
dabc492151 tidy up tests/testdata dir 2012-07-14 15:42:07 -03:00
Etienne Tourigny
e74a28b37b fix histogram and stats compute (set bapprox=false) for gdal provider ; fix histogram display for non-Byte data 2012-07-14 15:03:48 -03:00
Marco Hugentobler
b70a0c6991 Move expected output from composermap tests into subdir 2012-07-12 10:49:50 +02:00
Marco Hugentobler
e6d7eb67e3 Test for composer overview map 2012-07-12 10:43:04 +02:00
Marco Hugentobler
75d68cd093 Write results of compositionchecker to dash 2012-07-12 09:31:06 +02:00
Tim Sutton
7073ac240c Added another anomaly check for osx/hawkeye host 2012-07-12 09:28:44 +02:00
Tim Sutton
f3edf04010 More anomaly images for hawkeye host failures 2012-07-12 00:37:23 +02:00
Tim Sutton
19a1acd240 Added more windows anomalies 2012-07-11 11:00:36 +02:00
Marco Hugentobler
ec33d069bc Forgot to add control image for composer grid test 2012-07-09 11:09:28 +02:00
Marco Hugentobler
bc18adb02e Generate diff images in composer tests 2012-07-06 11:43:07 +02:00
Marco Hugentobler
8256d056a0 Tolerance for wrong pixels, better cleanup 2012-07-06 11:07:31 +02:00
Marco Hugentobler
67ba1d5344 Add test for composer grid 2012-07-06 10:40:43 +02:00
Marco Hugentobler
f6f447427d Add unit test for composer map 2012-07-06 09:13:08 +02:00
Nathan Woodrow
071866ff04 Add string position function to expression engine 2012-07-02 19:53:43 +10:00
Juergen E. Fischer
778f20beb9 check interval type 2012-07-01 00:02:16 +02:00
Nathan Woodrow
c467e79f3c Add expression functions for handling date/time:
- year,month,day,hour,minute,second extraction
    - new QgsInterval objects - handles time amounts
    - age() function returns the difference between two  datetimes
    - $now returns the current date and time
    - support for datetime - interval = new datetime
    - tointerval, todate, totime functions
    - tests ;)
2012-06-30 20:40:54 +10:00
Juergen E. Fischer
0d4d1fc206 run TestZipLayer::testTarItemSubfolder() only on GDAL>=1.8 2012-06-21 10:02:45 +02:00
Marco Hugentobler
20990de129 New test image for regression992 test 2012-06-19 17:03:29 +02:00
Marco Hugentobler
a1cb7fdcd3 Replace contents of pseudoColor test with raster renderer code that generates the same result 2012-06-18 17:52:49 +02:00
Marco Hugentobler
cbb70a1aa4 Add QML in new format for landsat875 test 2012-06-18 17:14:56 +02:00
Marco Hugentobler
60221439f0 Add backward compatibility code to rasterlayer and fix render checker. Landsat basic passes now 2012-06-18 17:02:38 +02:00
Etienne Tourigny
a4a85cbf37 add support for .tar/.tgz files and relevant tests ; delay scan of .tgz files and large .zip files until requested 2012-06-17 00:06:03 +02:00
Etienne Tourigny
4aab209400 remove Passthru option and change storage of options scanZipInBrowser and scanItemsInBrowser 2012-06-17 00:06:03 +02:00
Marco Hugentobler
78ff6ed488 Merge raster resampler branch 2012-06-14 10:20:15 +02:00
Tim Sutton
e635d61989 Added more anomaly files for sid i386 2012-06-12 19:43:49 +02:00