Skip to content

Commit a0a4e7b

Browse files
committedOct 12, 2016
Fix hub link
1 parent e79f2b9 commit a0a4e7b

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
@@ -325,7 +325,7 @@ def testRenameAttributes(self):
325325
self.assertEqual(fet.fields()[1].name(), 'newname2')
326326
self.assertEqual(fet.fields()[2].name(), 'another')
327327

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

0 commit comments

Comments
 (0)
Please sign in to comment.