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

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

Issue 2944983003: [milo] {buildbucket,buildbot,swarming,logdog} -> backends/*. (Closed)
Patch Set: fix the tests Created 3 years, 6 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/main.go ('k') | milo/appengine/job_source/buildbot/build.go » ('j') | 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 a81d3117121f498ffd98b8d9fa36d43b7fff3d6c..8e635161c18c488186620870d01dacdc9eb144c7 100644
--- a/milo/appengine/frontend/main_test.go
+++ b/milo/appengine/frontend/main_test.go
@@ -21,7 +21,7 @@ import (
"github.com/luci/gae/impl/memory"
"github.com/luci/luci-go/common/clock/testclock"
"github.com/luci/luci-go/milo/appengine/common"
- "github.com/luci/luci-go/milo/appengine/swarming"
+ "github.com/luci/luci-go/milo/appengine/job_source/swarming"
"github.com/luci/luci-go/server/auth"
"github.com/luci/luci-go/server/auth/authtest"
"github.com/luci/luci-go/server/auth/identity"
@@ -41,7 +41,9 @@ var (
allPackages = []testPackage{
{buildbotBuildTestData, "buildbot.build", "build.html"},
{buildbotBuilderTestData, "buildbot.builder", "builder.html"},
- {swarming.BuildTestData, "swarming.build", "build.html"},
+ {func() []common.TestBundle {
+ return swarming.BuildTestData("../job_source/swarming")
+ }, "swarming.build", "build.html"},
{swarming.LogTestData, "swarming.log", "log.html"},
{frontpageTestData, "frontpage", "frontpage.html"},
}
« no previous file with comments | « milo/appengine/frontend/main.go ('k') | milo/appengine/job_source/buildbot/build.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698