From 1e29fe65c31165889b836ac0ffd1861af5ddf54e Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Tue, 5 Jul 2011 01:53:01 +0200 Subject: [PATCH] Fix `make test-internet` --- test/internet/testcfg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/internet/testcfg.py b/test/internet/testcfg.py index 85bb70b210..cdd4793902 100644 --- a/test/internet/testcfg.py +++ b/test/internet/testcfg.py @@ -38,7 +38,7 @@ FILES_PATTERN = re.compile(r"//\s+Files:(.*)") class InternetTestCase(test.TestCase): def __init__(self, path, file, mode, context, config): - super(InternetTestCase, self).__init__(context, path) + super(InternetTestCase, self).__init__(context, path, mode) self.file = file self.config = config self.mode = mode