[Tests] Add LIKE with underscore (_) as partially uncompiled expression for shp provider

This commit is contained in:
rldhont 2019-01-21 14:33:23 +01:00 committed by Nyall Dawson
parent 4b60a1e3bd
commit f285d91ce4

View File

@ -203,6 +203,8 @@ class TestPyQgsShapefileProvider(unittest.TestCase, ProviderTestCase):
'name = \'apple\'',
'name LIKE \'Apple\'',
'name LIKE \'aPple\'',
'name LIKE \'Ap_le\'',
'name LIKE \'Ap\\_le\'',
'"name"="name2"'])
def testRepack(self):