Juergen E. Fischer
c254be1868
indentation update
2012-12-01 23:49:46 +01:00
Tim Sutton
c98967360e
Test improvements - moved writeShape to utilities for DRY. Added clip test to geometry python tests.
2012-11-28 08:21:11 +02:00
Tim Sutton
1a26f593e2
../src/core/qgsvectorfilewriter.h
2012-11-22 11:03:04 +02:00
Larry Shaffer
6b3aed014f
Better fix for QgsVectorFileWriter segfault and test
...
- Revert test to 735c255 commit, excepting 'assert myResult==QgsVectorFileWriter.NoError' edit
2012-11-21 18:16:15 -07:00
Larry Shaffer
89eb054d44
Fix for PyQgsVectorFileWriter test segfault on Mac
...
- Initialize newFilename to QString(), or QgsDebugMsg for newFilename segfaults (line 650)
- Set test assert to QgsVectorFileWriter::WriterError enum for success (NoError = 0, i.e. false)
2012-11-21 15:59:08 -07:00
Etienne Tourigny
31c11edb2f
make QgsCptCityColorRampV2 subclass of QgsVectorGradientColorRampV2 and adjust both accordingly (changed stops map to list)
2012-11-17 19:01:46 -02:00
Etienne Tourigny
7d0d5d3267
scanItemsInBrowser2/scanZipInBrowser2 : remove QgsApplication::upgradeConfig() and fix tests
2012-11-15 16:30:42 -02:00
Tim Sutton
b89d0e275c
Unit test updates - mark bad tests as expectedFailure
2012-11-15 16:07:36 +02:00
Tim Sutton
735c25520c
Mark vector file writer test as expected to fail.
2012-11-15 16:07:36 +02:00
D'Hont René-Luc
cbca984079
Correcting tests from test_qgsrectangle.py
2012-11-15 15:01:35 +01:00
D'Hont René-Luc
a3289e8802
Add geometric method
2012-11-14 11:51:20 +01:00
D'Hont René-Luc
aac9538628
Ending spatial test
2012-11-14 11:51:20 +01:00
D'Hont René-Luc
a7911cf8b8
First spatial test
2012-11-14 11:51:20 +01:00
Nathan Woodrow
a7699e2696
[FEATURE] Add ability to create user defined Python (and C++) expression functions
2012-11-10 11:20:26 +10:00
Tim Sutton
3f72a6a593
Added from uri test for mem provider. Simplified the vector writer test.
2012-11-09 15:00:54 +02:00
Tim Sutton
3564eaeb57
Added unit test for vector file writer as it is currently segfaulting in master
2012-11-09 12:42:23 +02:00
Tim Sutton
6c695d5fc1
Enabled some tests that werent running because they missed test prefix in method name. Better error messages for failing tests
2012-11-07 17:04:21 +02:00
Etienne Tourigny
b754f0771f
add QgsApplication::upgradeConfig to upgrade any configs that changed from 1.8
...
use different keys for scanItemsInBrowser and scanZipInBrowser in qgis-1.9 because new storage type (string vs. int) causes conflicts with 1.8
2012-11-06 18:17:54 -02:00
Juergen E. Fischer
98e8ba484b
indentation update
2012-10-31 23:47:29 +01:00
Tim Sutton
3799ee48d3
Added python test for QgsFeature from Germán Carrillo
2012-10-29 21:16:51 +02:00
Tim Sutton
97cb7bd888
Fix for failure in unit test thanks to Massimo.
2012-10-29 19:57:45 +02:00
Larry Shaffer
a27aad04f6
Run Mac bundled app from build directory
...
- No longer a need for hard link
- Build directory app bundle, providers, Python plugins and unit tests functional
- Adjusted resources corrected on install
2012-10-29 03:05:10 -06:00
Tim Sutton
9744b8a292
Marked symbologyv2 test as expected to fail
2012-10-28 21:15:42 +02:00
Tim Sutton
712a36205c
Fix for jenkins breakages caused by addition of licens info to xslt
2012-10-28 08:57:06 +02:00
Juergen E. Fischer
9faa4017b8
fix warnings
2012-10-18 00:05:05 +02:00
Juergen E. Fischer
4f1cac377a
fix windows build
2012-10-17 23:25:01 +02:00
Radim Blazek
df85492c40
raster identify context, QVariant values, enables wcs caching and makes wms more robust
2012-10-17 14:51:35 +02:00
Radim Blazek
5a6401c983
VSI/CPLMalloc/Free replaced by QgsMalloc/Free where feasible
2012-10-16 11:10:43 +02:00
Larry Shaffer
c46009e133
Turn off failing PAL engine test, until redesigned
2012-10-15 19:32:59 -06:00
Larry Shaffer
83cb4ef4af
Initial test for PAL engine
...
- Includes small custom test font based of off Gnu Free Sans
- Test if font can be stored and loaded
- Test if layer can have PAL engine set
- Test render comparison for output of vector line layer
2012-10-13 19:25:26 -06:00
Radim Blazek
7cb523a26f
+ QgsRasterBlock
2012-10-11 16:12:09 +02:00
Tim Sutton
552703a665
Removed pycharm project files from python tests dir
2012-10-10 16:28:03 +07:00
Tim Sutton
0617992fb1
Added test and sample wkt to replicate issue 4189
2012-10-10 16:28:03 +07:00
Werner Macho
52de72152f
fixed typo in script and licenseadd
2012-10-07 00:06:19 +02:00
Marco Hugentobler
0d4b6f6d32
Fix composer scalebar test
2012-10-06 15:22:19 +02:00
Marco Hugentobler
8391b95cb2
Fix composerhtml tests
2012-10-06 14:56:33 +02:00
Juergen E. Fischer
e7f40bdea4
add more copyrights
2012-10-06 13:32:08 +02:00
Marco Hugentobler
68494068da
Merge atlas branch
2012-10-06 11:36:15 +02:00
Marco Hugentobler
f1c99553e3
Fix python composermap test
2012-10-06 11:26:36 +02:00
Marco Hugentobler
efb2329c0f
Fix for white stripes between raster tiles
2012-10-06 00:16:02 +02:00
Tim Sutton
94bc4157cd
Added simple point test used in demo at hackfest in Essen
2012-10-05 23:40:09 +02:00
Hugo Mercier
77761b0894
Merge branch 'master' of https://github.com/qgis/Quantum-GIS into atlas
2012-10-05 17:26:16 +02:00
Hugo Mercier
d904da4ce1
Update of QgsAtlasComposition SIP (with Python unit tests as well)
2012-10-05 16:25:11 +02:00
Hugo Mercier
e4371d826f
Update atlas.
...
* Store every parameters and expose operations in a new QgsAtlasComposition class
* Restructure the GUI part. The atlas configuration panel is now independant
2012-10-05 15:20:42 +02:00
Marco Hugentobler
53305f0d62
Add unit test for composermap zebra style
2012-10-05 12:24:03 +02:00
Tim Sutton
705719cfb2
Revision and refactor of python unit tests: Pep8 and 257 formatting. Use helper to import unittest so that unittest2 and unittest are seemless. 3 tests currently fail - will review those tomorrow.
2012-10-05 03:43:13 +02:00
Hugo Mercier
ea44e0f362
Update atlas unit tests (fix the overview map frame style)
2012-10-04 13:06:04 +02:00
Alexander Bruy
c6faf3d11d
add license headers to some tests
2012-10-04 13:31:41 +03:00
Hugo Mercier
e4364f3615
Merge branch 'atlas' into atlas2
...
Conflicts:
python/core/composer/qgscomposition.sip
tests/src/python/CMakeLists.txt
2012-10-04 11:44:18 +02:00
Hugo Mercier
45593bf4b5
Revert "Revert "Merge pull request #245 from Oslandia/atlas_integration""
...
This reverts commit 8a1953b9e710ea25dac502b32eab9e0e8d652b10.
2012-10-04 11:18:17 +02:00