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

Unified Diff: client/site_tests/suite_HWQual/control.auto

Issue 6697017: Fix missing ',' in control.auto. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: Created 9 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/site_tests/suite_HWQual/control.auto
diff --git a/client/site_tests/suite_HWQual/control.auto b/client/site_tests/suite_HWQual/control.auto
index 30277f829a3df9b8df650bd23ac965701b0f9260..121f94bbdf3594af82b00ee62b372f52045bb109 100644
--- a/client/site_tests/suite_HWQual/control.auto
+++ b/client/site_tests/suite_HWQual/control.auto
@@ -95,7 +95,7 @@ job.run_test('realtimecomm_GTalkAudioPlayground',
])
job.run_test('realtimecomm_GTalkLmiCamera',
constraints=[
- 'fps > 28'
+ 'fps > 28',
'latency < 1000',
'jerkiness < 15',
])
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698