5418 Commits

Author SHA1 Message Date
Juergen E. Fischer
492f1a025c fix ziplayer test for GDAL<1.8 2012-04-23 22:16:50 +02:00
Juergen E. Fischer
71d0e4dd19 deprecated QgsCoordinateReferenceSystem::equals: as it might return false
eventhough the proj.4 string is equal. PROJ.4 string isn't unique to
CRSes.
2012-04-22 21:11:43 +02:00
Juergen E. Fischer
8e75d4b18f test fixes:
- run xvfb in 96 dpi mode
- indentation update (including tests)
- fix running tests from build directory
2012-04-22 01:40:14 +02:00
Juergen E. Fischer
5895f56514 run crssync on coordinate system test and run osgeo4w test as nightly 2012-04-19 23:19:34 +02:00
Tim Sutton
7bd9240efd Added unit test to verify zip layers can be opened 2012-04-18 23:02:23 +02:00
Tim Sutton
213a1bcb12 Added some extra output to provide some hints for creating a new anomaly file 2012-04-18 00:02:58 +02:00
Tim Sutton
2ad635a554 More useful dash messages for render checker images 2012-04-17 23:30:37 +02:00
Tim Sutton
3e6ea5c201 Better hash comparison implementation for render checker 2012-04-15 20:05:56 +02:00
Jaka Kranjc
8332f32014 regression992 test: only check the actual regression
this test would fail if GDAL doesn't have any jpeg2000 support compiled in
2012-04-15 12:19:34 +02:00
Tim Sutton
dca998f4b0 Show anomaly hashes in test reporting 2012-04-15 11:13:46 +02:00
Tim Sutton
bd759ca736 Use explicit qt libs for tests 2012-04-15 10:13:46 +02:00
Tim Sutton
191a229f2d Fixes for coordinate ref sys test errors on Werner's machine 2012-04-15 00:41:47 +02:00
Tim Sutton
85171623bc Added additional diagnostics for why stripped wkt compare is failing on some machines. 2012-04-14 23:35:56 +02:00
Tim Sutton
c6a006eb29 Don't use ugly old std::out to send info to CDash 2012-04-14 23:12:13 +02:00
Tim Sutton
aab9976b55 Upload test images to cdash 2012-04-14 21:50:32 +02:00
Tim Sutton
c6e9291a88 Merge branch 'master' of github.com:qgis/Quantum-GIS 2012-04-14 12:03:40 +02:00
Juergen E. Fischer
a1b132486b show GDAL & PROJ version in CRS test 2012-04-14 11:22:14 +02:00
Tim Sutton
4665ac01f5 Fix bug with test renderer where it was saving diff images to the wrong place 2012-04-14 10:55:53 +02:00
Tim Sutton
7be2d960de Finished first pass implementation for anomaly testing in renderchecker. 2012-04-14 09:56:43 +02:00
Tim Sutton
83b1bf52cf Moved control images one per directory and updated render checker to generate paths and filenames more cleanly. All tests pass for me. 2012-04-14 00:45:50 +02:00
Tim Sutton
6ebcd65203 Refactored tests using control images to get control image path from renderchecker. 2012-04-13 18:48:40 +02:00
Tim Sutton
25dccaf36c Moved test images into their own folder 2012-04-13 17:34:17 +02:00
Tim Sutton
1f90bc6386 Merged from master into raster resampler branch 2012-04-12 21:12:06 +02:00
Tim Sutton
aa6d5b3451 Better diagnostics for CRS tests debug output 2012-04-08 18:52:12 +02:00
Tim Sutton
bbf471eee7 Renderer tests passing now 2012-04-08 13:04:08 +02:00
Tim Sutton
712cab92d1 Use more appropriate global for createFromId CRS test 2012-04-07 14:09:24 +02:00
Tim Sutton
1f43afd9ef 1 remaining test fails in CRS tests 2012-04-07 08:58:52 +02:00
Tim Sutton
26322b6a3d One CRS test failure left 2012-04-07 07:08:55 +02:00
Tim Sutton
4d928f6619 3 coordinate system test failures left 2012-04-07 06:44:51 +02:00
Tim Sutton
6adf0f8037 [BACKPORT] in progress test updates / fixes 2012-04-06 23:42:32 +02:00
Juergen E. Fischer
0353514182 indentation update 2012-04-05 00:48:14 +02:00
Tim Sutton
d830d537a6 [BACKPORT] to 1.8. Remove deprecated use of map layer registry addLayer and removeLayer elsewhere in code base 2012-04-05 00:42:08 +02:00
Martin Dobias
ad955e26bf Added willRenderFeature() and symbolsForFeature() utility methods. 2012-03-02 00:06:02 +01:00
Martin Dobias
5ee9ebada7 Fixed parsing of numbers in locales using other decimal point symbols 2012-01-25 14:50:51 +01:00
Martin Dobias
a7cf5e4b83 [FEATURE] Merge branch 'rules' - new rule-based rendering
Conflicts:
	src/gui/symbology-ng/qgsgraduatedsymbolrendererv2widget.cpp
2012-01-24 11:51:36 +01:00
Martin Dobias
245e76daa4 Model/view-based tree of rules. Added basic unit test, GUI renderer test 2012-01-21 12:45:20 +01:00
Martin Dobias
c8bb12f7bb Expressions - conditional expressions (CASE)
Right now only without "base" expression:
CASE WHEN cond1 THEN exp1 [WHEN cond2 THEN exp2]* [ELSE exp3] END
2012-01-07 01:20:03 +01:00
Tim Sutton
4906f7749e Fixes so qgspoint unit tests all pass 2011-11-16 23:35:51 +02:00
Juergen E. Fischer
295bf55a5b fix windows build and include tests runs in nightly build 2011-11-15 20:54:01 +01:00
Tim Sutton
9130bafe7c Partial fix to coordinate reference system unit tests 2011-11-14 16:25:21 +02:00
Tim Sutton
306d1a4db0 Make more tests work - only 4/16 fail now 2011-11-14 16:15:17 +02:00
Tim Sutton
8dc8222510 Updates for regression992 test - test should work but raster still introduces some difference which I am working to figure out why 2011-11-14 15:52:11 +02:00
Tim Sutton
d13fb2586b Fix problem with analyzer test 2011-11-14 15:36:55 +02:00
Tim Sutton
2b8487b942 Further updates to the unit tests - still not all passing yet 2011-11-14 14:52:59 +02:00
Tim Sutton
e54680dbdd Updates for unit tests so they actually run and fix application test 2011-11-14 13:14:25 +02:00
Martin Dobias
6996946a85 Fix #4441 2011-11-02 10:22:38 -03:00
Sandro Santilli
d7b106fed3 Only implement QVariant bug workaround when building against Qt < 4.7.1 [#4284] 2011-10-22 14:17:19 +02:00
Sandro Santilli
926b3888a1 Workaround for builds against Qt 4.6.2. Fixes bug #4284. 2011-10-22 14:05:35 +02:00
Martin Dobias
05912884f9 Expressions: add exp,ln,log10,log functions (#4365) 2011-10-11 19:46:44 -03:00
Juergen E. Fischer
743f207575 fix some warnings 2011-09-29 21:51:12 +00:00