Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix PyQgsServer test
  • Loading branch information
jef-n committed Jun 30, 2015
1 parent 944f6ce commit ac3d8f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/src/python/test_qgsserver.py
Expand Up @@ -20,7 +20,7 @@
from utilities import unitTestDataPath

# Strip path and content lenght because path may vary
RE_STRIP_PATH=r'MAP=[^&]+|Content-Length: \d+'
RE_STRIP_PATH=r'MAP=[^&]+(&)*|Content-Length: \d+'


class TestQgsServer(unittest.TestCase):
Expand Down Expand Up @@ -75,7 +75,7 @@ def test_pluginfilters(self):
except ImportError:
print "QGIS Server plugins are not compiled. Skipping test"
return

class SimpleHelloFilter(QgsServerFilter):
def requestReady(self):
QgsMessageLog.logMessage("SimpleHelloFilter.requestReady")
Expand Down

0 comments on commit ac3d8f5

Please sign in to comment.