| Index: media/tools/layout_tests/test_expectations.py
|
| diff --git a/media/tools/layout_tests/test_expectations.py b/media/tools/layout_tests/test_expectations.py
|
| index 6421d486889156b9795873017587e5eb34e1bbca..3f35f1d24f8e5bd94bce9834e4c93e59ad54b81e 100644
|
| --- a/media/tools/layout_tests/test_expectations.py
|
| +++ b/media/tools/layout_tests/test_expectations.py
|
| @@ -11,7 +11,7 @@ import urllib2
|
| # TODO(imasaki): support multiple test expectations files.
|
| DEFAULT_TEST_EXPECTATION_LOCATION = (
|
| 'http://svn.webkit.org/repository/webkit/trunk/'
|
| - 'LayoutTests/platform/chromium/test_expectations.txt')
|
| + 'LayoutTests/platform/chromium/TestExpectations')
|
|
|
| # The following is from test expectation syntax. The detail can be found in
|
| # http://www.chromium.org/developers/testing/
|
|
|