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

Unified Diff: appengine/findit/model/crash/test/fracas_crash_analysis_test.py

Issue 2322133002: [Findit] Add cracas_crash_analysis (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/model/crash/test/crash_analysis_test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/model/crash/test/fracas_crash_analysis_test.py
diff --git a/appengine/findit/model/crash/test/fracas_crash_analysis_test.py b/appengine/findit/model/crash/test/fracas_crash_analysis_test.py
index d87e681cbb201874ade389120c906bd8f96dad6f..6cf95baa1a622b972a35a6565759aadf9f2a2e9e 100644
--- a/appengine/findit/model/crash/test/fracas_crash_analysis_test.py
+++ b/appengine/findit/model/crash/test/fracas_crash_analysis_test.py
@@ -26,10 +26,3 @@ class FracasCrashAnalysisTest(CrashTestCase):
self.assertIsNone(analysis.signature)
self.assertIsNone(analysis.channel)
self.assertIsNone(analysis.platform)
-
- def testFracasCrashAnalysisReset(self):
- analysis = FracasCrashAnalysis()
- analysis.historical_metadata = {}
- analysis.Reset()
- self.assertIsNone(analysis.channel)
- self.assertIsNone(analysis.historical_metadata)
« no previous file with comments | « appengine/findit/model/crash/test/crash_analysis_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698