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

Unified Diff: cipd/client/cipd/ensure/file_test.go

Issue 2663473002: [cipd] Rename new Root terminology to Subdir. (Closed)
Patch Set: 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 | « cipd/client/cipd/ensure/file.go ('k') | cipd/client/cipd/ensure/good_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cipd/client/cipd/ensure/file_test.go
diff --git a/cipd/client/cipd/ensure/file_test.go b/cipd/client/cipd/ensure/file_test.go
index 5f2f8dcd6feb7c392092a4f18e9aa3cc70bfa1f6..1bbfafa5152f28ae12bd6dc92739101fecbdf1c1 100644
--- a/cipd/client/cipd/ensure/file_test.go
+++ b/cipd/client/cipd/ensure/file_test.go
@@ -51,7 +51,7 @@ var fileSerializationTests = []struct {
PackageDef{"some/thing", "version", 0},
PackageDef{"some/other_thing", "latest", 0},
},
- "path/to root/with/spaces": {
+ "path/to dir/with/spaces": {
PackageDef{"different/package", "some_tag:thingy", 0},
},
}},
@@ -61,7 +61,7 @@ var fileSerializationTests = []struct {
"some/other_thing latest",
"some/thing version",
"",
- "@Root path/to root/with/spaces",
+ "@Subdir path/to dir/with/spaces",
"different/package some_tag:thingy",
),
},
« no previous file with comments | « cipd/client/cipd/ensure/file.go ('k') | cipd/client/cipd/ensure/good_test.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698