diff options
author | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-01-15 15:40:13 +0000 |
---|---|---|
committer | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-01-15 15:40:13 +0000 |
commit | a3b0c4fe6394124a4b3e23b83aa51572d4a0b2a5 (patch) | |
tree | d18b619491f60ab60bccfd9de14a4d08cb59f712 /tools/tests | |
parent | 40299fe51122bcf9d41d28f53b22024dfe77ea2e (diff) |
skpmaker: make the SKP slightly more interesting (add a border)
This will help with render_pictures self-testing
BUG=skia:1942
R=rmistry@google.com
Author: epoger@google.com
Review URL: https://codereview.chromium.org/137993008
git-svn-id: http://skia.googlecode.com/svn/trunk@13086 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tools/tests')
-rwxr-xr-x | tools/tests/render_pictures_test.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/tests/render_pictures_test.py b/tools/tests/render_pictures_test.py index 89ea228412..33c1e6a046 100755 --- a/tools/tests/render_pictures_test.py +++ b/tools/tests/render_pictures_test.py @@ -40,10 +40,11 @@ class RenderPicturesTest(base_unittest.TestCase): expected_summary_dict = { "actual-results" : { "no-comparison" : { - "input.png" : [ "bitmap-64bitMD5", 12793741875005523433 ] - } + # Manually verified: 640x400 red image with black border + "input.png" : [ "bitmap-64bitMD5", 11092453015575919668 ] } } + } self._assert_json_contents(output_json_path, expected_summary_dict) def test_tiled_no_comparison(self): |