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

Unified Diff: milo/appengine/job_source/swarming/build_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
Index: milo/appengine/job_source/swarming/build_test.go
diff --git a/milo/appengine/swarming/build_test.go b/milo/appengine/job_source/swarming/build_test.go
similarity index 97%
rename from milo/appengine/swarming/build_test.go
rename to milo/appengine/job_source/swarming/build_test.go
index 6ca347cc167e3cab032259295a7f1aa5885cce47..0d4ddbf8fd0fce49b5df0e229cdb4db1aec1dc0a 100644
--- a/milo/appengine/swarming/build_test.go
+++ b/milo/appengine/job_source/swarming/build_test.go
@@ -58,7 +58,7 @@ func TestBuild(t *testing.T) {
IdentityGroups: []string{"all", "googlers"},
})
- for _, tc := range getTestCases() {
+ for _, tc := range getTestCases(".") {
bl := buildLoader{
logDogClientFunc: logDogClientFunc(tc),
}
@@ -94,7 +94,7 @@ func TestBuild(t *testing.T) {
IdentityGroups: []string{"all", "googlers"},
})
- for _, tc := range getTestCases() {
+ for _, tc := range getTestCases(".") {
Convey(fmt.Sprintf("Test Case: %s", tc.name), func() {
bl := buildLoader{
logDogClientFunc: logDogClientFunc(tc),
« no previous file with comments | « milo/appengine/job_source/swarming/buildLog_test.go ('k') | milo/appengine/job_source/swarming/buildinfo.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698