Merge B1-abcip: v3 RawPath read-path
This commit is contained in:
@@ -135,9 +135,10 @@ public sealed class AbCipCommandBaseTests
|
||||
|
||||
var options = cmd.InvokeBuildOptions(tags);
|
||||
|
||||
options.Tags.Count.ShouldBe(2);
|
||||
options.Tags[0].Name.ShouldBe("t1");
|
||||
options.Tags[1].Name.ShouldBe("t2");
|
||||
// v3: BuildOptions projects each typed tag to a RawTagEntry (RawPath = tag name).
|
||||
options.RawTags.Count.ShouldBe(2);
|
||||
options.RawTags[0].RawPath.ShouldBe("t1");
|
||||
options.RawTags[1].RawPath.ShouldBe("t2");
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user