Skip to content

Commit 38b43a2

Browse files
committed
Fix hub link
1 parent 7d42a4b commit 38b43a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/python/test_provider_postgres.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def test_query_attribute(dbconn, query, att, val, fidval):
184184
test_query_attribute(self.dbconn, '(SELECT -1::int8 i, NULL::geometry(Point) g)', 'i', -1, 1)
185185
test_query_attribute(self.dbconn, '(SELECT -65535::int8 i, NULL::geometry(Point) g)', 'i', -65535, 1)
186186

187-
# See http://hub.qgis.org/issues/18155
187+
# See http://hub.qgis.org/issues/15188
188188
def testNumericPrecision(self):
189189
uri = 'point?field=f1:int'
190190
uri += '&field=f2:double(6,4)'

0 commit comments

Comments
 (0)