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

Unified Diff: cipd/client/cipd/client_test.go

Issue 2657293005: [cipd] Add subdir support to deployer. (Closed)
Patch Set: fix tests Created 3 years, 11 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 | « no previous file | cipd/client/cipd/local/deployer.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cipd/client/cipd/client_test.go
diff --git a/cipd/client/cipd/client_test.go b/cipd/client/cipd/client_test.go
index 14f31b2f7cb5c9de31d810754ce00aec30485635..a7998f26e5da57c679a378e1a051d360157068b2 100644
--- a/cipd/client/cipd/client_test.go
+++ b/cipd/client/cipd/client_test.go
@@ -729,7 +729,7 @@ func TestEnsurePackages(t *testing.T) {
So(actions, ShouldResemble, Actions{
ToRemove: PinSlice{b.Pin()},
})
- So(findDeployed(tempDir), ShouldResemble, PinSliceBySubdir{"": PinSlice{}})
+ So(findDeployed(tempDir), ShouldResemble, PinSliceBySubdir{})
// Install a1 and b.
actions, err = callEnsure([]local.PackageInstance{a1, b}, []local.PackageInstance{a1, b})
« no previous file with comments | « no previous file | cipd/client/cipd/local/deployer.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698