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

Unified Diff: tests/git_cl_test.py

Issue 1165293002: Add period below review URL when adding review URL footer to committed CLs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 5 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 | « git_cl.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/git_cl_test.py
diff --git a/tests/git_cl_test.py b/tests/git_cl_test.py
index 54878ebf3cf9ad5cfdee72612da4a1a2f5c5544a..cb87bdb4c6559eed24c83437f3b3b54e3d6af8bd 100755
--- a/tests/git_cl_test.py
+++ b/tests/git_cl_test.py
@@ -359,7 +359,7 @@ class TestGitCl(TestCase):
((['git', 'reset', '--soft', 'fake_ancestor_sha'],), ''),
((['git', 'commit', '-m',
'Issue: 12345\n\nR=john@chromium.org\n\n'
- 'Review URL: https://codereview.example.com/12345'],),
+ 'Review URL: https://codereview.example.com/12345.'],),
''),
((['git', 'config', 'rietveld.force-https-commit-url'],), ''),
((['git',
« no previous file with comments | « git_cl.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698