From d5054fdb1766cb035a1186c3cef4a14472fee98d Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Mon, 19 Jan 2015 17:47:16 +0100 Subject: Fixed configuration file test - release call was missing. Once again, __del__ is not being called as usual anymore in python 3 ... . --- git/test/test_config.py | 1 + 1 file changed, 1 insertion(+) (limited to 'git/test/test_config.py') diff --git a/git/test/test_config.py b/git/test/test_config.py index 286d151e..fc2b87b6 100644 --- a/git/test/test_config.py +++ b/git/test/test_config.py @@ -73,6 +73,7 @@ class TestBase(TestCase): assert r_config.has_section(sname) assert r_config.has_option(sname, oname) assert r_config.get(sname, oname) == val + w_config.release() # END for each filename def test_multi_line_config(self): -- cgit v1.2.3