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

Unified Diff: tests/checkout_test.py

Issue 577203002: Use three-way merge when applying Git patches. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Fix test Created 6 years, 3 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 | « checkout.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/checkout_test.py
diff --git a/tests/checkout_test.py b/tests/checkout_test.py
index d07f15ac7a80e0827d134a1843535c73b8d8bd2d..e18db0a7cdbf286cba33a5c319f80d48da296cd9 100755
--- a/tests/checkout_test.py
+++ b/tests/checkout_test.py
@@ -457,8 +457,8 @@ class GitCheckout(GitBaseTest):
def testException(self):
self._check_exception(
self._get_co(None),
- 'While running git apply --index -p1;\n fatal: corrupt patch at line '
- '12\n')
+ 'While running git apply --index -3 -p1;\n fatal: corrupt patch at '
+ 'line 12\n')
def testProcess(self):
self._test_process(self._get_co)
« no previous file with comments | « checkout.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698