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

Unified Diff: vpython/spec/spec_test.go

Issue 2699223002: vpython: Add CIPD support. (Closed)
Patch Set: comments, path => name Created 3 years, 9 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 | « vpython/spec/spec.go ('k') | vpython/venv/venv_resources_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vpython/spec/spec_test.go
diff --git a/vpython/spec/spec_test.go b/vpython/spec/spec_test.go
index 57cafe75a7745fa95473e768dcc7cc07edf66cd6..75edf8af63d36e95dbaa4ba318625f1034c2faca 100644
--- a/vpython/spec/spec_test.go
+++ b/vpython/spec/spec_test.go
@@ -16,9 +16,9 @@ import (
func TestNormalizeAndHash(t *testing.T) {
t.Parallel()
- pkgFoo := &vpython.Spec_Package{Path: "foo", Version: "1"}
- pkgBar := &vpython.Spec_Package{Path: "bar", Version: "2"}
- pkgBaz := &vpython.Spec_Package{Path: "baz", Version: "3"}
+ pkgFoo := &vpython.Spec_Package{Name: "foo", Version: "1"}
+ pkgBar := &vpython.Spec_Package{Name: "bar", Version: "2"}
+ pkgBaz := &vpython.Spec_Package{Name: "baz", Version: "3"}
Convey(`Test manifest generation`, t, func() {
var spec vpython.Spec
« no previous file with comments | « vpython/spec/spec.go ('k') | vpython/venv/venv_resources_test.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698