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

Unified Diff: vpython/spec/load_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/cipd/cipd.go ('k') | vpython/spec/spec.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vpython/spec/load_test.go
diff --git a/vpython/spec/load_test.go b/vpython/spec/load_test.go
index e3e1e766a2aa601052cbd8fc20fd538d49d90651..614fb78d0e5eb0a268fa4aac8bc476c563f541d3 100644
--- a/vpython/spec/load_test.go
+++ b/vpython/spec/load_test.go
@@ -25,8 +25,8 @@ func TestLoadForScript(t *testing.T) {
goodSpec := &vpython.Spec{
PythonVersion: "3.4.0",
Wheel: []*vpython.Spec_Package{
- {Path: "foo/bar", Version: "1"},
- {Path: "baz/qux", Version: "2"},
+ {Name: "foo/bar", Version: "1"},
+ {Name: "baz/qux", Version: "2"},
},
}
goodSpecData := proto.MarshalTextString(goodSpec)
« no previous file with comments | « vpython/cipd/cipd.go ('k') | vpython/spec/spec.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698