| Index: Tools/Scripts/webkitpy/layout_tests/port/port_testcase.py
|
| diff --git a/Tools/Scripts/webkitpy/layout_tests/port/port_testcase.py b/Tools/Scripts/webkitpy/layout_tests/port/port_testcase.py
|
| index 14558ba1d328cdef57ead0ffeb9caae8754fedce..c1f47d68cbba5713b930092b4f9d42dca33c7367 100644
|
| --- a/Tools/Scripts/webkitpy/layout_tests/port/port_testcase.py
|
| +++ b/Tools/Scripts/webkitpy/layout_tests/port/port_testcase.py
|
| @@ -397,7 +397,8 @@ class PortTestCase(unittest.TestCase):
|
|
|
| port = TestWebKitPort()
|
| port._is_debian_based = lambda: True
|
| - self._assert_config_file_for_platform(port, 'linux2', 'apache2-debian-httpd.conf')
|
| + port._apache_version = lambda: '2.2'
|
| + self._assert_config_file_for_platform(port, 'linux2', 'debian-httpd-2.2.conf')
|
|
|
| self._assert_config_file_for_platform(port, 'mac', 'apache2-httpd.conf')
|
| self._assert_config_file_for_platform(port, 'win32', 'apache2-httpd.conf') # win32 isn't a supported sys.platform. AppleWin/WinCairo/WinCE ports all use cygwin.
|
|
|