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

Unified Diff: tests/gclient_smoketest.py

Issue 2836042: Mixed bag of nits. (Closed)
Patch Set: quotes Created 10 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
« no previous file with comments | « gclient.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/gclient_smoketest.py
diff --git a/tests/gclient_smoketest.py b/tests/gclient_smoketest.py
index ebe647acd42adf079e4450119c3fa1a3839ceda9..0ec8984fc49185ed4651fb5d2f8583a3dd39c673 100755
--- a/tests/gclient_smoketest.py
+++ b/tests/gclient_smoketest.py
@@ -159,8 +159,9 @@ class GClientSmoke(GClientSmokeBase):
' "url" : "svn://127.0.0.1/svn/trunk/src",\n'
' "custom_deps" : {\n'
' },\n'
- ' "safesync_url": ""\n'
- ' },\n]\n')
+ ' "safesync_url": "",\n'
+ ' },\n'
+ ']\n')
test(['config', self.git_base + 'repo_1', '--name', 'src'],
'solutions = [\n'
@@ -168,8 +169,9 @@ class GClientSmoke(GClientSmokeBase):
' "url" : "git://127.0.0.1/git/repo_1",\n'
' "custom_deps" : {\n'
' },\n'
- ' "safesync_url": ""\n'
- ' },\n]\n')
+ ' "safesync_url": "",\n'
+ ' },\n'
+ ']\n')
test(['config', 'foo', 'faa'],
'solutions = [\n'
@@ -177,8 +179,9 @@ class GClientSmoke(GClientSmokeBase):
' "url" : "foo",\n'
' "custom_deps" : {\n'
' },\n'
- ' "safesync_url": "faa"\n'
- ' },\n]\n')
+ ' "safesync_url": "faa",\n'
+ ' },\n'
+ ']\n')
test(['config', '--spec', '["blah blah"]'], '["blah blah"]')
« no previous file with comments | « gclient.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698