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

Unified Diff: tools/perf/perf_tools/skpicture_printer_unittest.py

Issue 11783056: [telemetry] More fixes for my page_test_result rewrite (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « no previous file | tools/perf/perf_tools/smoothness_benchmark_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/perf_tools/skpicture_printer_unittest.py
diff --git a/tools/perf/perf_tools/skpicture_printer_unittest.py b/tools/perf/perf_tools/skpicture_printer_unittest.py
index 53a9aa83e25846babd5af53cc1304bb3f7e842a4..0f35dcb4a5d5eb419c03d0ada8c181a27822ba35 100755
--- a/tools/perf/perf_tools/skpicture_printer_unittest.py
+++ b/tools/perf/perf_tools/skpicture_printer_unittest.py
@@ -32,7 +32,7 @@ class SkPicturePrinterUnitTest(
self.assertEqual(1, len(all_results.page_results))
results0 = all_results.page_results[0]
- outdir = results0['output_path']
+ outdir = results0['output_path'].value
self.assertTrue('non_scrollable_page_html' in outdir)
self.assertTrue(os.path.isdir(outdir))
self.assertEqual(['layer_0.skp'], os.listdir(outdir))
« no previous file with comments | « no previous file | tools/perf/perf_tools/smoothness_benchmark_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698