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

Unified Diff: dashboard/dashboard/add_histograms_test.py

Issue 2879453002: [Dashboard] Get or create ancestors in add_histograms_queue (Closed)
Patch Set: fix failing unit add_point test Created 3 years, 7 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 | « dashboard/dashboard/add_histograms_queue_test.py ('k') | dashboard/dashboard/add_point_queue.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/dashboard/add_histograms_test.py
diff --git a/dashboard/dashboard/add_histograms_test.py b/dashboard/dashboard/add_histograms_test.py
index 96b7c9e564e34f3d63474c9d5e758355a85896af..7126deba505c1bae245e56a7cf45d162e788feaf 100644
--- a/dashboard/dashboard/add_histograms_test.py
+++ b/dashboard/dashboard/add_histograms_test.py
@@ -22,7 +22,7 @@ class AddHistogramsTest(testing_common.TestCase):
testing_common.SetIsInternalUser('foo@bar.com', True)
self.SetCurrentUser('foo@bar.com', is_admin=True)
- def testPostSetsTestPathAndRevision(self):
+ def testPostHistogramSetsTestPathAndRevision(self):
data = json.dumps([
{
'benchmarkName': 'benchmark',
« no previous file with comments | « dashboard/dashboard/add_histograms_queue_test.py ('k') | dashboard/dashboard/add_point_queue.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698