Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix hub link
  • Loading branch information
strk committed Oct 12, 2016
1 parent a985d8c commit 15fe635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_provider_postgres.py
Expand Up @@ -325,7 +325,7 @@ def testRenameAttributes(self):
self.assertEqual(fet.fields()[1].name(), 'newname2')
self.assertEqual(fet.fields()[2].name(), 'another')

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

0 comments on commit 15fe635

Please sign in to comment.