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

Unified Diff: milo/frontend/main_test.go

Issue 2955783002: [milo] fix tests on windows. (Closed)
Patch Set: fix the other 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/frontend/main.go ('k') | milo/frontend/templates » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/frontend/main_test.go
diff --git a/milo/frontend/main_test.go b/milo/frontend/main_test.go
index d71b980490697b26126d6fe0e0513641d00e95a4..7aa1c278d62054f5432114e6070e7dd0573b134a 100644
--- a/milo/frontend/main_test.go
+++ b/milo/frontend/main_test.go
@@ -94,7 +94,7 @@ func TestPages(t *testing.T) {
c = settings.Use(c, settings.New(&settings.MemoryStorage{Expiration: time.Second}))
err := settings.Set(c, "analytics", &analyticsSettings{"UA-12345-01"}, "", "")
So(err, ShouldBeNil)
- c = templates.Use(c, common.GetTemplateBundle("templates"))
+ c = templates.Use(c, common.GetTemplateBundle("appengine/templates"))
for _, p := range allPackages {
Convey(fmt.Sprintf("Testing handler %q", p.DisplayName), func() {
for _, b := range p.Data() {
« no previous file with comments | « milo/frontend/main.go ('k') | milo/frontend/templates » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698