Commit e59173ca authored by Jérome Perrin's avatar Jérome Perrin

Merge remote-tracking branch 'upstream/master' into zope4py2

parents 3a00b5cf 0eefdd33
...@@ -2061,7 +2061,7 @@ class TestSlave(SlaveHttpFrontendTestCase, TestDataMixin): ...@@ -2061,7 +2061,7 @@ class TestSlave(SlaveHttpFrontendTestCase, TestDataMixin):
# we trust monitor stack being tested in proper place and it is too hard # we trust monitor stack being tested in proper place and it is too hard
# to have working monitor with local proxy # to have working monitor with local proxy
with open(os.path.join( with open(os.path.join(
partition_path, 'etc', 'httpd-cors.cfg')) as fh: partition_path, 'etc', 'httpd-cors.cfg')) as fh:
self.assertTestData(fh.read().strip()) self.assertTestData(fh.read().strip())
def test_node_information_json(self): def test_node_information_json(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment