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

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

Issue 2673733002: [Predator] Add CrashData class to process raw json crash data. (Closed)
Patch Set: Rebase and fix nits. Created 3 years, 10 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_test.py
diff --git a/appengine/findit/crash/test/findit_test.py b/appengine/findit/crash/test/findit_test.py
index 0756161f06dd468a62755e59faaca0ae43395f6f..b55065156494254abb941c9ee3beee9d7a0dacaf 100644
--- a/appengine/findit/crash/test/findit_test.py
+++ b/appengine/findit/crash/test/findit_test.py
@@ -9,7 +9,6 @@ from google.appengine.api import app_identity
from crash.findit import Findit
from crash.type_enums import CrashClient
-from crash.test.crash_pipeline_test import DummyCrashData
from crash.test.predator_testcase import PredatorTestCase
from model.crash.fracas_crash_analysis import FracasCrashAnalysis
@@ -60,7 +59,7 @@ class FinditTest(PredatorTestCase):
self.findit.RenamePlatform('linux'), 'unix')
def testCheckPolicyUnsupportedClient(self):
- self.assertIsNone(UnsupportedClient().CheckPolicy(DummyCrashData(
+ self.assertIsNone(UnsupportedClient().CheckPolicy(self.GetDummyCrashData(
platform = 'canary',
signature = 'sig',
)))
« no previous file with comments | « appengine/findit/crash/test/findit_for_chromecrash_test.py ('k') | appengine/findit/crash/test/predator_testcase.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698