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

Unified Diff: Tools/TestResultServer/handlers/buildershandler_unittest.py

Issue 475503005: Handle tries of results data in upload (fix _is_directory). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add a test, fix unrelated failing unittest Created 6 years, 4 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 | « no previous file | Tools/TestResultServer/model/jsonresults.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/TestResultServer/handlers/buildershandler_unittest.py
diff --git a/Tools/TestResultServer/handlers/buildershandler_unittest.py b/Tools/TestResultServer/handlers/buildershandler_unittest.py
index d4d50f758db7bba95d6bfd9d37520772e519893e..94820168637885eff52d7eeb49fcffa1194d1e00 100644
--- a/Tools/TestResultServer/handlers/buildershandler_unittest.py
+++ b/Tools/TestResultServer/handlers/buildershandler_unittest.py
@@ -99,7 +99,7 @@ class BuildersHandlerTest(unittest.TestCase):
'layout-tests': {'builders': ['WebKit Linux', 'WebKit Win']}},
'name': 'ChromiumWebkit',
'url_name': 'chromium.webkit',
- 'groups': ['@ToT Chromium'],
+ 'groups': ['@ToT Chromium', '@ToT Blink'],
ojan 2014/08/15 00:26:19 Whoops. This was my fault. Thx for fixing. I reall
}],
"no_upload_test_types": buildershandler.TEST_STEPS_THAT_DO_NOT_UPLOAD_YET,
}
« no previous file with comments | « no previous file | Tools/TestResultServer/model/jsonresults.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698