unfail more
This commit is contained in:
parent
e49c73cf9e
commit
357992945a
|
@ -58,7 +58,7 @@ class test_configfile(object):
|
||||||
self.configfile = configfile
|
self.configfile = configfile
|
||||||
|
|
||||||
def test_ConfigSyntaxError (self):
|
def test_ConfigSyntaxError (self):
|
||||||
class _testcf ():
|
class _testcf (object):
|
||||||
errors_are_fatal = False
|
errors_are_fatal = False
|
||||||
filename = 'test_filename'
|
filename = 'test_filename'
|
||||||
_lnum = 123456789
|
_lnum = 123456789
|
||||||
|
|
Loading…
Reference in New Issue