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

Unified Diff: milo/appengine/frontend/main_test.go

Issue 2856273004: Milo: Increase test coverage for appengine/buildbot (Closed)
Patch Set: review 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 | « milo/appengine/frontend/expectations/buildbot.build-Debug_page-_chromium_presubmit_426944.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/appengine/frontend/main_test.go
diff --git a/milo/appengine/frontend/main_test.go b/milo/appengine/frontend/main_test.go
index 066f93fe5f09c4bee0cc489836bd5e890d4bb4b6..0f78dd842806f974f5e8d5dad5f5fa537a06c43e 100644
--- a/milo/appengine/frontend/main_test.go
+++ b/milo/appengine/frontend/main_test.go
@@ -20,7 +20,6 @@ import (
"github.com/luci/gae/impl/memory"
"github.com/luci/luci-go/common/clock/testclock"
- "github.com/luci/luci-go/milo/appengine/buildbot"
"github.com/luci/luci-go/milo/appengine/common"
"github.com/luci/luci-go/milo/appengine/swarming"
"github.com/luci/luci-go/server/auth"
@@ -40,8 +39,8 @@ type testPackage struct {
var (
allPackages = []testPackage{
- {buildbot.BuildTestData, "buildbot.build", "build.html"},
- {buildbot.BuilderTestData, "buildbot.builder", "builder.html"},
+ {buildbotBuildTestData, "buildbot.build", "build.html"},
+ {buildbotBuilderTestData, "buildbot.builder", "builder.html"},
{swarming.BuildTestData, "swarming.build", "build.html"},
{swarming.LogTestData, "swarming.log", "log.html"},
{frontpageTestData, "frontpage", "frontpage.html"},
« no previous file with comments | « milo/appengine/frontend/expectations/buildbot.build-Debug_page-_chromium_presubmit_426944.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698