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

Unified Diff: appengine/findit/test/findit_api_test.py

Issue 2480483002: [Findit] fix bug when display confidence score on SoM. (Closed)
Patch Set: remove print statements. Created 4 years, 1 month 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/findit_api.py ('k') | appengine/findit/waterfall/suspected_cl_util.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/test/findit_api_test.py
diff --git a/appengine/findit/test/findit_api_test.py b/appengine/findit/test/findit_api_test.py
index d954988c2b9c1562b658aafad84925f9b19497f4..e0d07e23cfd7c47867dd11dd60f2eb70e8a75e97 100644
--- a/appengine/findit/test/findit_api_test.py
+++ b/appengine/findit/test/findit_api_test.py
@@ -684,6 +684,7 @@ class FinditApiTest(testing.EndpointsTestCase):
'a': '/'.join([master_name, builder_name, '4']),
'b on platform': {
'Unittest1.Subtest1': '/'.join([master_name, builder_name, '3']),
+ 'Unittest2.Subtest1': '/'.join([master_name, builder_name, '4']),
'Unittest3.Subtest1': '/'.join([master_name, builder_name, '4']),
},
}
« no previous file with comments | « appengine/findit/findit_api.py ('k') | appengine/findit/waterfall/suspected_cl_util.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698