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

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

Issue 1914113002: [Findit] Enable project classifier and component classifier (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Rebase Created 4 years, 7 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/crash_test_suite.py
diff --git a/appengine/findit/crash/test/crash_test_suite.py b/appengine/findit/crash/test/crash_test_suite.py
index 1c27691688c24992e9f12e21389f06f9318d6fb9..1b8ab96bdec63e33446c3e7814331eb9f4852b8b 100644
--- a/appengine/findit/crash/test/crash_test_suite.py
+++ b/appengine/findit/crash/test/crash_test_suite.py
@@ -27,7 +27,6 @@ class CrashTestSuite(StacktraceTestSuite): # pragma: no cover.
def _VerifyTwoResultEqual(self, result1, result2):
self._VerifyTwoChangeLogsEqual(result1.changelog, result2.changelog)
self.assertEqual(result1.dep_path, result2.dep_path)
- self.assertEqual(result1.component, result2.component)
self.assertEqual(result1.confidence, result2.confidence)
self.assertEqual(result1.reason, result2.reason)
self.assertEqual(len(result1.file_to_stack_infos),
« no previous file with comments | « appengine/findit/crash/test/component_classifier_test.py ('k') | appengine/findit/crash/test/crash_testcase.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698