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

Unified Diff: testing_support/patches_data.py

Issue 9147056: Fix for single line file modification (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 8 years, 11 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 | « patch.py ('k') | tests/patch_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing_support/patches_data.py
diff --git a/testing_support/patches_data.py b/testing_support/patches_data.py
index 80d36d24e0faf6572f4c0dae97f4eb24f05ee77b..4a9534376ae8ece35e9d5b58122eb42ee821f8bc 100644
--- a/testing_support/patches_data.py
+++ b/testing_support/patches_data.py
@@ -112,6 +112,17 @@ class RAW(object):
' <!-- Browser Hung Plugin Detector -->\n'
' <message name="IDS_UNKNOWN_PLUGIN_NAME" ...\n')
+ # http://codereview.chromium.org/download/issue9091003_9005_8009.diff
+ DIFFERENT = (
+ 'Index: master/unittests/data/processes-summary.dat\n'
+ '===================================================================\n'
+ '--- master/unittests/data/processes-summary.dat\t(revision 116240)\n'
+ '+++ master/unittests/data/processes-summary.dat\t(working copy)\n'
+ '@@ -1 +1 @@\n'
+ '-{"traces": {"1t_proc": ["2.0", "0.0"], "1t_proc_ref": ["1.0", ...\n'
+ '+{"traces": {"1t_proc": ["2.0", "0.0"], "1t_proc_ref": ["1.0", ...\n')
+
+
class GIT(object):
"""Sample patches generated by git diff."""
PATCH = (
« no previous file with comments | « patch.py ('k') | tests/patch_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698