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 |
old mode 100755 |
new mode 100644 |
index 05acf8ddfb43f61cfa02e71af0a55e2e9a10a85c..9fe411f767ea12e1b6c24a4c6fbc7dd46f19741f |
--- a/media/tools/layout_tests/layouttest_analyzer_helpers_unittest.py |
+++ b/media/tools/layout_tests/layouttest_analyzer_helpers_unittest.py |
@@ -122,9 +122,9 @@ class TestLayoutTestAnalyzerHelpers(unittest.TestCase): |
diff_map = None |
else: |
diff_map = { |
- 'whole': [[], []], |
- 'skip': [[(testname, 'te_info1')], []], |
- 'nonskip': [[], []], |
+ 'whole': [[], []], |
+ 'skip': [[(testname, 'te_info1')], []], |
+ 'nonskip': [[], []], |
} |
(rev_str, simple_rev_str, rev_number, rev_date) = ( |
layouttest_analyzer_helpers.GetRevisionString(prev_time, current_time, |
@@ -142,9 +142,11 @@ class TestLayoutTestAnalyzerHelpers(unittest.TestCase): |
'94377</a>\n' |
'<li>jamesr@google.com</li>\n' |
'<li>2011-09-01 18:00:23</li>\n' |
- '<ul><li>-BUGWK63878 : fast/dom/dom-constructors.html' |
- ' = TEXT</li>\n' |
- '</ul></ul>') |
+ '<ul><li>-<a href="http://webkit.org/b/63878">' |
+ 'BUGWK63878</a> : <a href=\'http://test-results.' |
+ 'appspot.com/dashboards/flakiness_dashboard.html#' |
+ '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/' |
'test_expectations.txt&old=94366@trunk/' |