Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Updated these tests to use the qgsrenderchecker class to validate res…
…ults. srcMakelist modified to gui tests will build git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8017 c8812cc2-4d05-0410-92ff-de0c093fc19c
- Loading branch information
Showing
with
106 additions
and 134 deletions.
- +1 −0 tests/src/CMakeLists.txt
- +10 −6 tests/src/core/CMakeLists.txt
- +39 −25 tests/src/core/testqgsmaprender.cpp
- +36 −26 tests/src/core/testqgsrasterlayer.cpp
- +20 −77 tests/src/core/testqgsrenderers.cpp
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -1,3 +1,4 @@ | ||
IF (ENABLE_TESTS) | ||
SUBDIRS(core) | ||
SUBDIRS(gui) | ||
ENDIF (ENABLE_TESTS) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.