Skip to content
Permalink
Browse files
../src/core/qgsvectorfilewriter.h
  • Loading branch information
timlinux committed Nov 22, 2012
1 parent 7dd8a2e commit 1a26f59
Showing 1 changed file with 1 addition and 2 deletions.
@@ -37,7 +37,6 @@ class TestQgsVectorLayer(TestCase):

mMemoryLayer = None

@expectedFailure
def testWrite(self):
"""Check we can write a vector file."""
self.mMemoryLayer = QgsVectorLayer(
@@ -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.