Show actual results for accessibility dump render tree tests as well. Showing...

Show actual results for accessibility dump render tree tests as well. Showing a * in front of incorrect expected lines is not enough. We need to see what the actual results were as well.


BUG=120934
TEST=This is a fix for tests


Review URL: http://codereview.chromium.org/10008081

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132277 0039d316-1c4b-4281-b951-d872f2087c98
parent 0a317fa5
...@@ -182,7 +182,9 @@ IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, ...@@ -182,7 +182,9 @@ IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest,
printf("%1s %4d %s\n", is_diff? kSignalDiff : "", line + 1, printf("%1s %4d %s\n", is_diff? kSignalDiff : "", line + 1,
expected_lines[line].c_str()); expected_lines[line].c_str());
} }
printf("\n"); printf("\nActual\n");
printf("------\n");
printf("%s\n", actual_contents.c_str());
} }
if (!file_util::PathExists(expected_file)) { if (!file_util::PathExists(expected_file)) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment