| Index: media/tools/layout_tests/layouttest_analyzer_helpers_unittest.py
|
| diff --git a/media/tools/layout_tests/layouttest_analyzer_helpers_unittest.py b/media/tools/layout_tests/layouttest_analyzer_helpers_unittest.py
|
| index 4408be72860f77c8f9631f9cb2c9d2fd002c25ef..ab14d87aa97ca8390ad246dc597b4b5f271199c1 100755
|
| --- a/media/tools/layout_tests/layouttest_analyzer_helpers_unittest.py
|
| +++ b/media/tools/layout_tests/layouttest_analyzer_helpers_unittest.py
|
| @@ -143,9 +143,9 @@ class TestLayoutTestAnalyzerHelpers(unittest.TestCase):
|
| '<li>jamesr@google.com</li>\n'
|
| '<li>2011-09-01 18:00:23</li>\n'
|
| '<ul><li>-<a href="http://webkit.org/b/63878">'
|
| - 'BUGWK63878</a> : <a href=\'http://test-results.'
|
| + 'BUGWK63878</a> : <a href="http://test-results.'
|
| 'appspot.com/dashboards/flakiness_dashboard.html#'
|
| - 'tests=fast/dom/dom-constructors.html\'>fast/dom/'
|
| + 'tests=fast/dom/dom-constructors.html">fast/dom/'
|
| 'dom-constructors.html</a> = TEXT</li>\n</ul></ul>')
|
| expected_simple_rev_str = ('<a href="http://trac.webkit.org/changeset?'
|
| 'new=94377@trunk/LayoutTests/platform/chromium/'
|
|
|