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

Unified Diff: tests/swarming_test.py

Issue 48863002: Set the Swarm Test encoding to UTF-8 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/swarm_client
Patch Set: Created 7 years, 2 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 | « swarming.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/swarming_test.py
diff --git a/tests/swarming_test.py b/tests/swarming_test.py
index 6f77efce833d58fcb93bb8ba7ed67b32913eb271..33b01c63d15435b53589c77373410814f588a8d1 100755
--- a/tests/swarming_test.py
+++ b/tests/swarming_test.py
@@ -430,6 +430,7 @@ def generate_expected_json(
},
],
u'data': [],
+ u'encoding': 'UTF-8',
u'env_vars': {},
u'restart_on_failure': True,
u'test_case_name': TEST_NAME,
« no previous file with comments | « swarming.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698