| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/mock_drt_unittest.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/mock_drt_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/mock_drt_unittest.py
|
| index 3e5165c5938ef9e8e75de5678a1205a60cc71984..02404d45f005ee480960a8fb487cd9e144bc321b 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/mock_drt_unittest.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/mock_drt_unittest.py
|
| @@ -76,6 +76,12 @@ class MockDRTPortTest(port_testcase.PortTestCase):
|
| def test_virtual_test_suites(self):
|
| pass
|
|
|
| + def test_path_to_apache_config_file(self):
|
| + pass
|
| +
|
| + def test_skipped_directories_for_symbols(self):
|
| + pass
|
| +
|
|
|
| class MockDRTTest(unittest.TestCase):
|
|
|
|
|