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

Unified Diff: appengine/findit/crash/test/stacktrace_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
« no previous file with comments | « appengine/findit/crash/test/stacktrace_test.py ('k') | appengine/findit/handlers/crash/crash_config.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/crash/test/stacktrace_test_suite.py
diff --git a/appengine/findit/crash/test/stacktrace_test_suite.py b/appengine/findit/crash/test/stacktrace_test_suite.py
index 23e5be13c63b07b39a58aad6d0e6adfc47fa3972..ae8c0578fb4c2690e4543aba6442ce87796e0752 100644
--- a/appengine/findit/crash/test/stacktrace_test_suite.py
+++ b/appengine/findit/crash/test/stacktrace_test_suite.py
@@ -10,7 +10,6 @@ class StacktraceTestSuite(testing.AppengineTestCase): #pragma: no cover.
def _VerifyTwoStackFramesEqual(self, frame1, frame2):
self.assertEqual(str(frame1), str(frame2))
self.assertEqual(frame1.dep_path, frame2.dep_path)
- self.assertEqual(frame1.component, frame2.component)
def _VerifyTwoCallStacksEqual(self, stack1, stack2):
self.assertEqual(len(stack1), len(stack2))
« no previous file with comments | « appengine/findit/crash/test/stacktrace_test.py ('k') | appengine/findit/handlers/crash/crash_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698