Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(240)

Unified Diff: tools/tests/render_pictures_test.py

Issue 137993008: skpmaker: make the SKP slightly more interesting (add a border) (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/skpmaker.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/tests/render_pictures_test.py
diff --git a/tools/tests/render_pictures_test.py b/tools/tests/render_pictures_test.py
index 89ea228412ab254b639b7da9369cb617c283a7dd..33c1e6a0469c8d70bf4fffe748c2a0ebb70da19f 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):
« no previous file with comments | « tools/skpmaker.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698