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

Unified Diff: tests/patches_data.py

Issue 7849015: Make rietveld_test.py use patches_data.py (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 9 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 | « no previous file | tests/rietveld_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/patches_data.py
diff --git a/tests/patches_data.py b/tests/patches_data.py
index 6169961b362f3e257ebb49345b67b5eab5ff1333..00814da84434897cdc216bb70bd045a583c09d1d 100644
--- a/tests/patches_data.py
+++ b/tests/patches_data.py
@@ -55,6 +55,12 @@ class RAW(object):
'--- chrome/file.cc\tbar\n'
'+++ /dev/null\tfoo\n')
+ # http://codereview.chromium.org/api/7530007/5001
+ # http://codereview.chromium.org/download/issue7530007_5001_4011.diff
+ CRAP_ONLY = (
+ 'Index: scripts/master/factory/skia/__init__.py\n'
+ '===================================================================\n')
+
class GIT(object):
"""Sample patches generated by git diff."""
« no previous file with comments | « no previous file | tests/rietveld_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698