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

Unified Diff: appengine/findit/crash/test/findit_for_chromecrash_test.py

Issue 2373133002: [Findit] Update found_project and found_components. (Closed)
Patch Set: Rebase. Created 4 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 | « appengine/findit/crash/findit_for_chromecrash.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/crash/test/findit_for_chromecrash_test.py
diff --git a/appengine/findit/crash/test/findit_for_chromecrash_test.py b/appengine/findit/crash/test/findit_for_chromecrash_test.py
index cb2902c4179ccd420044902b16f196a6fb95044a..eaa06bef0b8ed2dc4387c26f1e39aaf36d05e625 100644
--- a/appengine/findit/crash/test/findit_for_chromecrash_test.py
+++ b/appengine/findit/crash/test/findit_for_chromecrash_test.py
@@ -101,6 +101,8 @@ class FinditForChromeCrashTest(CrashTestCase):
}
expected_tag = {
'found_suspects': True,
+ 'found_project': False,
+ 'found_components': False,
'has_regression_range': True,
'solution': 'core_algorithm',
}
@@ -121,6 +123,8 @@ class FinditForChromeCrashTest(CrashTestCase):
}
expected_tag = {
'found_suspects': False,
+ 'found_project': False,
+ 'found_components': False,
'has_regression_range': False,
'solution': 'core_algorithm',
}
« no previous file with comments | « appengine/findit/crash/findit_for_chromecrash.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698