planetfederal / qgis-suite-plugin

GNU General Public License v2.0
25 stars 17 forks source link

Unit tests should allow one to specify servers #120

Closed mweisman closed 10 years ago

mweisman commented 10 years ago

The current builds of QGIS for CentOS have a package conflict with the rest of the suite. This will be worked out for suite 4.1 but in the meantime this means the tests will always fail as there is no local geoserver or postgres.

It should be possible to specify remote servers for situations like this.

ischneider commented 10 years ago

@mweisman you can specify on the command line, ala:

GSURL=http://wherever/geoserver/rest qgis

also allowed is GSUSER and GSPASSWORD

all have original defaults

ischneider commented 10 years ago

Reopen if needed.