From 5d0f628f31590274747e2266c91a0accfe93c0d6 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Thu, 30 Jun 2016 21:26:30 +0200 Subject: [PATCH] Indentation fix --- tests/src/python/test_provider_spatialite.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/src/python/test_provider_spatialite.py b/tests/src/python/test_provider_spatialite.py index 47f87a441db4..21dd1021080a 100644 --- a/tests/src/python/test_provider_spatialite.py +++ b/tests/src/python/test_provider_spatialite.py @@ -37,9 +37,11 @@ start_app() TEST_DATA_DIR = unitTestDataPath() + def die(error_message): raise Exception(error_message) + def count_opened_filedescriptors(filename_to_test): count = -1 if sys.platform.startswith('linux'): @@ -228,7 +230,6 @@ def test_invalid_iterator(self): layer = None os.unlink(corrupt_dbname) - def testNoDanglingFileDescriptorAfterCloseVariant1(self): ''' Test that when closing the provider all file handles are released '''