Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 9, 2017
1 parent 4d51e1d commit 990c7cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/plugins/processing/tests/TestData.py
Expand Up @@ -36,3 +36,7 @@ def table():

def points():
return os.path.join(testDataPath, 'points.gml')


def invalid_geometries():
return os.path.join(testDataPath, 'invalidgeometries.gml')

0 comments on commit 990c7cd

Please sign in to comment.