| Index: Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_unittest.py
|
| diff --git a/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py b/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_unittest.py
|
| similarity index 99%
|
| rename from Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py
|
| rename to Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_unittest.py
|
| index 435001ae84cebf820d5235ffd9f25daf77dd9645..c3bf4c7c34ff85cc94f957281dae8717aa129795 100644
|
| --- a/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py
|
| +++ b/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_unittest.py
|
| @@ -225,7 +225,6 @@ class RunTest(unittest.TestCase, StreamTestingMixin):
|
|
|
| self.assertEqual(host.user.opened_urls, [path.abspath_to_uri(MockHost().platform, '/tmp/layout-test-results/results.html')])
|
|
|
| -
|
| def test_batch_size(self):
|
| batch_tests_run = get_test_batches(['--batch-size', '2'])
|
| for batch in batch_tests_run:
|
|
|