diff options
| author | Claude Paroz <claude@2xlibre.net> | 2015-06-06 10:25:42 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2015-06-06 10:30:55 +0200 |
| commit | 7abf418eb12471c86e97f68d58f966598d9fc86b (patch) | |
| tree | 459ac462cfdbc4ed54995f1eccc9c26f42cd4aa8 | |
| parent | 74f430f093956c22e61ba33b032bb5f355d43ff0 (diff) | |
Fixed GIS tests broken by 0a89915
| -rw-r--r-- | tests/gis_tests/tests.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/gis_tests/tests.py b/tests/gis_tests/tests.py index cc52d2429b..e05e4c3560 100644 --- a/tests/gis_tests/tests.py +++ b/tests/gis_tests/tests.py @@ -40,6 +40,8 @@ if HAS_POSTGRES: raise ProgrammingError else: return self.version + elif func == 'version': + pass else: raise NotImplementedError('This function was not expected to be called') |
