Skip to content

Commit

Permalink
../src/core/qgsvectorfilewriter.h
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed Nov 22, 2012
1 parent 7dd8a2e commit 1a26f59
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/src/python/test_qgsvectorfilewriter.py
Expand Up @@ -37,7 +37,6 @@ class TestQgsVectorLayer(TestCase):

mMemoryLayer = None

@expectedFailure
def testWrite(self):
"""Check we can write a vector file."""
self.mMemoryLayer = QgsVectorLayer(
Expand Down Expand Up @@ -80,7 +79,7 @@ def testWrite(self):
myOptions,
myLayerOptions,
mySkipAttributesFlag)
assert myResult==QgsVectorFileWriter.NoError
assert myResult == QgsVectorFileWriter.NoError

if __name__ == '__main__':
unittest.main()

0 comments on commit 1a26f59

Please sign in to comment.