mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
-Patched minor debug error in WMS provider -Added ability to set transparency for WMS layer, closes ticket #1348. This patch needs to be reviewed on other platforms however as there seems to be a slight bug with QImage::setAlphaChannel git-svn-id: http://svn.osgeo.org/qgis/trunk@9561 c8812cc2-4d05-0410-92ff-de0c093fc19c
This directory contains cppunit tests for various QGIS components. The cppunit library can be obtained from http://cppunit.sourceforge.net/cgi-bin/moin.cgi. All of the tests use qmake to generate the Makefile. To run a test suite: 1. change to the directory containing the test 2. run qmake 3. run make 4. run the test(s) by executing the resulting binary