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

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

Issue 2373133002: [Findit] Update found_project and found_components. (Closed)
Patch Set: 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
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 5e705d0bf0c6a65841df191fe018e4652debf2db..4a98137676375fdc4eb1b9f4f8d717d445c680ef 100644
--- a/appengine/findit/crash/test/findit_for_chromecrash_test.py
+++ b/appengine/findit/crash/test/findit_for_chromecrash_test.py
@@ -98,6 +98,8 @@ class FinditForChromeCrashTest(CrashTestCase):
}
expected_tag = {
'found_suspects': True,
+ 'found_project': False,
+ 'found_components': False,
'has_regression_range': True,
'solution': 'core_algorithm',
}
@@ -118,6 +120,8 @@ class FinditForChromeCrashTest(CrashTestCase):
}
expected_tag = {
'found_suspects': False,
+ 'found_project': False,
+ 'found_components': False,
'has_regression_range': False,
'solution': 'core_algorithm',
}

Powered by Google App Engine
This is Rietveld 408576698