diff --git a/.gitignore b/.gitignore index 1dc0b5a..3acf0de 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,11 @@ *.pyc +*.tar.gz build/ test/*.out test/*.tstout test/*.log +test/*.db test.db dist +log MANIFEST diff --git a/testpolicy.py b/testpolicy.py index 732b8e0..d4bf395 100644 --- a/testpolicy.py +++ b/testpolicy.py @@ -25,7 +25,7 @@ class PolicyTestCase(unittest.TestCase): def testPolicy(self): self.config.access_file_colon = False - self.config.access_file_nulls = True + self.config.access_file_nulls = False # FIXME: test old and new bsddb with MTAPolicy('good@example.com',conf=self.config) as p: pol = p.getPolicy('smtp-auth') self.assertEqual(pol,'OK')