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

Unified Diff: tools/tests/skimage_self_test.py

Issue 16866010: skimage self-tests: confirm correctness of bitmap hash values (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: linewrap Created 7 years, 6 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
Index: tools/tests/skimage_self_test.py
===================================================================
--- tools/tests/skimage_self_test.py (revision 9583)
+++ tools/tests/skimage_self_test.py (working copy)
@@ -49,7 +49,8 @@
cmd_line.extend(["-r", resources_dir])
# Create the expectations file
- results_file = os.path.join(file_dir, "skimage", "self_test_results.json")
+ results_file = os.path.join(file_dir, "skimage", "output-actual",
+ "json-selftest", "results.json")
scroggo 2013/06/13 16:17:37 Does json-selftest exist?
epoger 2013/06/13 16:24:47 Yes, just doesn't show up in the diff.
create_expectations_cmd = cmd_line + ["--createExpectationsPath",
results_file]
subprocess.check_call(create_expectations_cmd)
« tools/tests/skimage/input/README ('K') | « tools/tests/skimage/output-expected/README ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698