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

Unified Diff: appengine/findit/handlers/crash/test/fracas_dashboard_test.py

Issue 2663063007: [Predator] Switch from anonymous dict to CrashData. (Closed)
Patch Set: Rebase and fix delta test. 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/handlers/crash/test/fracas_dashboard_test.py
diff --git a/appengine/findit/handlers/crash/test/fracas_dashboard_test.py b/appengine/findit/handlers/crash/test/fracas_dashboard_test.py
index f08fff5eafdc322bfd615528310012dac77cbbc8..1930a0df8b0c98c35db01141d7f5495bb9d8fdc8 100644
--- a/appengine/findit/handlers/crash/test/fracas_dashboard_test.py
+++ b/appengine/findit/handlers/crash/test/fracas_dashboard_test.py
@@ -64,7 +64,6 @@ class FracasDashBoardTest(testing.AppengineTestCase):
analysis.stack_trace = 'dummy\nframe1\nframe2'
analysis.platform = 'android'
analysis.channel = 'canary'
- analysis.client_id = 'fracas'
analyses.append(analysis)
analyses[0].status = analysis_status.COMPLETED

Powered by Google App Engine
This is Rietveld 408576698