rebased and fixed merge error

This commit is contained in:
laharah 2016-08-16 02:40:47 -07:00 committed by Brian Warner
parent 6bdaaf368c
commit 2d1f474c60

View File

@ -226,8 +226,8 @@ class PregeneratedCode(ServerBase, ScriptsBase, unittest.TestCase):
def _do_test(self, as_subprocess=False,
mode="text", addslash=False, override_filename=False):
assert mode in ("text", "file", "directory", "slow")
send_cfg = Config()
recv_cfg = Config()
send_cfg = config("send")
recv_cfg = config("receive")
message = "blah blah blah ponies"
for cfg in [send_cfg, recv_cfg]: