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

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

Issue 2414523002: [Findit] Reorganizing findit_for_*.py (Closed)
Patch Set: Finally fixed the mock tests! Created 4 years, 2 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 15e28e2f3b4016424e436e8bbaac71bd77284e54..9752350bca83254eb6e73dba568846fd363714ce 100644
--- a/appengine/findit/crash/test/crash_test_suite.py
+++ b/appengine/findit/crash/test/crash_test_suite.py
@@ -45,7 +45,7 @@ class CrashTestSuite(StacktraceTestSuite): # pragma: no cover.
self._VerifyTwoResultEqual(match_result1, match_result2)
def _VerifyTwoMatchResultsEqual(self, match_results1, match_results2):
- self.assertEqual(match_results1.ignore_cls, match_results2.ignore_cls)
+ self.assertEqual(match_results1._ignore_cls, match_results2._ignore_cls)
self.assertEqual(len(match_results1), len(match_results2))
for revision1, match_result1 in match_results1.iteritems():
« no previous file with comments | « appengine/findit/crash/test/crash_pipeline_test.py ('k') | appengine/findit/crash/test/detect_regression_range_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698