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

Unified Diff: appengine/swarming/handlers_test.py

Issue 2410573002: Make new UI be the default UI (Closed)
Patch Set: simplify regex 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
« no previous file with comments | « appengine/swarming/handlers_frontend.py ('k') | appengine/swarming/ui/build/elements.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/handlers_test.py
diff --git a/appengine/swarming/handlers_test.py b/appengine/swarming/handlers_test.py
index feeec96f37c27ff37700bcb8fff3eac13ac1f5e6..044112aefef8c5c036a477d1aa140e860d6ee2f5 100755
--- a/appengine/swarming/handlers_test.py
+++ b/appengine/swarming/handlers_test.py
@@ -94,7 +94,7 @@ class FrontendTest(AppTestBase):
def test_root(self):
response = self.app.get('/', status=200)
- self.assertGreater(len(response.body), 1000)
+ self.assertGreater(len(response.body), 600)
def testAllSwarmingHandlersAreSecured(self):
# Test that all handlers are accessible only to authenticated user or
@@ -110,6 +110,7 @@ class FrontendTest(AppTestBase):
public_urls = frozenset([
'/',
+ '/oldui',
'/_ah/warmup',
'/api/config/v1/validate',
'/auth',
« no previous file with comments | « appengine/swarming/handlers_frontend.py ('k') | appengine/swarming/ui/build/elements.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698