diff options
author | Bob Arnson <bob@joyofsetup.com> | 2019-10-16 15:40:26 -0400 |
---|---|---|
committer | Bob Arnson <bob@firegiant.com> | 2019-10-22 13:34:57 -0400 |
commit | c9546f882bde36d5b525f82280a1e09f81c08845 (patch) | |
tree | f3582029b8ec76775a2ec4e61c6c1e57db4f1d20 /src/test | |
parent | fbc081741b9923868ebf4aeb98f1e678f5fb6d97 (diff) | |
download | wix-c9546f882bde36d5b525f82280a1e09f81c08845.tar.gz wix-c9546f882bde36d5b525f82280a1e09f81c08845.tar.bz2 wix-c9546f882bde36d5b525f82280a1e09f81c08845.zip |
Bring extension up to date.
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/WixToolsetTest.Util/UtilExtensionFixture.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/WixToolsetTest.Util/UtilExtensionFixture.cs b/src/test/WixToolsetTest.Util/UtilExtensionFixture.cs index 7affe1f4..74cf9769 100644 --- a/src/test/WixToolsetTest.Util/UtilExtensionFixture.cs +++ b/src/test/WixToolsetTest.Util/UtilExtensionFixture.cs | |||
@@ -19,7 +19,7 @@ namespace WixToolsetTest.Util | |||
19 | var results = build.BuildAndQuery(Build, "FileShare", "FileSharePermissions"); | 19 | var results = build.BuildAndQuery(Build, "FileShare", "FileSharePermissions"); |
20 | Assert.Equal(new[] | 20 | Assert.Equal(new[] |
21 | { | 21 | { |
22 | "FileShare:ExampleFileShare\texample\tfilF5_pLhBuF5b4N9XEo52g_hUM5Lo\tAn example file share\tINSTALLFOLDER\t\t0", | 22 | "FileShare:ExampleFileShare\texample\tfilF5_pLhBuF5b4N9XEo52g_hUM5Lo\tAn example file share\tINSTALLFOLDER\t\t", |
23 | "FileSharePermissions:ExampleFileShare\tEveryone\t1", | 23 | "FileSharePermissions:ExampleFileShare\tEveryone\t1", |
24 | }, results.OrderBy(s => s).ToArray()); | 24 | }, results.OrderBy(s => s).ToArray()); |
25 | } | 25 | } |