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

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

Issue 2400283003: [Findit] Add skeleton code for delta test script. (Closed)
Patch Set: Rebase. 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/findit_for_chromecrash_test.py
diff --git a/appengine/findit/crash/test/findit_for_chromecrash_test.py b/appengine/findit/crash/test/findit_for_chromecrash_test.py
index 230d0711a311de8ac19c99ed4363d8ab5f9d536a..55034730956133b48d2a820e334f793d23049b8f 100644
--- a/appengine/findit/crash/test/findit_for_chromecrash_test.py
+++ b/appengine/findit/crash/test/findit_for_chromecrash_test.py
@@ -124,3 +124,9 @@ class FinditForChromeCrashTest(CrashTestCase):
self.assertEqual(expected_results, results)
self.assertEqual(expected_tag, tag)
+
+ def testFieldsProperty(self):
+ culprit = findit_for_chromecrash.Culprit('proj', ['Blink>API'], [],
+ ['50.0.1234.0', '50.0.1234.1'])
+ self.assertEqual(culprit.fields,
+ ('project', 'components', 'cls', 'regression_range'))
« no previous file with comments | « appengine/findit/crash/findit_for_chromecrash.py ('k') | appengine/findit/util_scripts/crash_queries/delta_test/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698