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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_run_results_unittest.py

Issue 2559983003: Add path_delimiter = "/" to layout test results JSON. (Closed)
Patch Set: Created 4 years 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 | « third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_run_results.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_run_results_unittest.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_run_results_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_run_results_unittest.py
index 76693d6ce0b6edef25e8d4429820bed171b5e3bd..432e43d134f0faa88744ab254863fc745966530c 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_run_results_unittest.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_run_results_unittest.py
@@ -428,3 +428,7 @@ class SummarizedResultsTest(unittest.TestCase):
self.assertEquals(summary['num_regressions'], 6)
self.assertEquals(summary['num_passes'], 1) # keyboard.html
self.assertEquals(summary['num_flaky'], 0)
+
+ def test_results_contains_path_delimiter(self):
+ summary = summarized_results(self.port, expected=False, passing=False, flaky=False)
+ self.assertEqual(summary['path_delimiter'], '/')
« no previous file with comments | « third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_run_results.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698