Commit 0e5c2d67 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fixup! stack/erp5: support frontend-caucase-url-list option.

parent 44063794
...@@ -35,6 +35,7 @@ class TestHandler(BaseHTTPRequestHandler): ...@@ -35,6 +35,7 @@ class TestHandler(BaseHTTPRequestHandler):
self.wfile.write(response) self.wfile.write(response)
class TestFrontendXForwardedFor(ERP5InstanceTestCase): class TestFrontendXForwardedFor(ERP5InstanceTestCase):
__partition_reference__ = 'xff'
http_server_process = None http_server_process = None
frontend_caucase_dir = None frontend_caucase_dir = None
frontend_caucased_process = None frontend_caucased_process = None
......
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