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

Unified Diff: vpython/venv/venv_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/venv/venv_resources_test.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vpython/venv/venv_test.go
diff --git a/vpython/venv/venv_test.go b/vpython/venv/venv_test.go
index 98583fc62ada934a81fc1356ab580cda71758825..7da02cc13ae2179a4a52724a79ec5673d5a09906 100644
--- a/vpython/venv/venv_test.go
+++ b/vpython/venv/venv_test.go
@@ -140,14 +140,14 @@ func testVirtualEnvWith(t *testing.T, ri *resolvedInterpreter) {
BaseDir: tdir,
MaxHashLen: 4,
Package: vpython.Spec_Package{
- Path: "foo/bar/virtualenv",
+ Name: "foo/bar/virtualenv",
Version: "unresolved",
},
Python: ri.py.Python,
Spec: &vpython.Spec{
Wheel: []*vpython.Spec_Package{
- {Path: "foo/bar/shirt", Version: "unresolved"},
- {Path: "foo/bar/pants", Version: "unresolved"},
+ {Name: "foo/bar/shirt", Version: "unresolved"},
+ {Name: "foo/bar/pants", Version: "unresolved"},
},
},
Loader: tl,
« no previous file with comments | « vpython/venv/venv_resources_test.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698