aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-04-03 12:02:16 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-04-03 13:58:46 +1000
commit34c1ceb7d1639a3a769ba214dc024b1921af2057 (patch)
treefa492f9a93effa7f96f2d69c82b25d8a65bb5056 /src/test
parent0afd76e4c5d46f237591d860e7d445e267522187 (diff)
downloadwix-34c1ceb7d1639a3a769ba214dc024b1921af2057.tar.gz
wix-34c1ceb7d1639a3a769ba214dc024b1921af2057.tar.bz2
wix-34c1ceb7d1639a3a769ba214dc024b1921af2057.zip
Update dependencies.
Diffstat (limited to 'src/test')
-rw-r--r--src/test/WixToolsetTest.Util/UtilExtensionFixture.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/WixToolsetTest.Util/UtilExtensionFixture.cs b/src/test/WixToolsetTest.Util/UtilExtensionFixture.cs
index c5b370ac..b84e8b2d 100644
--- a/src/test/WixToolsetTest.Util/UtilExtensionFixture.cs
+++ b/src/test/WixToolsetTest.Util/UtilExtensionFixture.cs
@@ -105,7 +105,7 @@ namespace WixToolsetTest.Util
105 "CustomAction:Wix4ExecSecureObjectsRollback_X64\t11521\tWix4UtilCA_X64\tExecSecureObjectsRollback\t", 105 "CustomAction:Wix4ExecSecureObjectsRollback_X64\t11521\tWix4UtilCA_X64\tExecSecureObjectsRollback\t",
106 "CustomAction:Wix4SchedSecureObjects_X64\t1\tWix4UtilCA_X64\tSchedSecureObjects\t", 106 "CustomAction:Wix4SchedSecureObjects_X64\t1\tWix4UtilCA_X64\tSchedSecureObjects\t",
107 "CustomAction:Wix4SchedSecureObjectsRollback_X64\t1\tWix4UtilCA_X64\tSchedSecureObjectsRollback\t", 107 "CustomAction:Wix4SchedSecureObjectsRollback_X64\t1\tWix4UtilCA_X64\tSchedSecureObjectsRollback\t",
108 "Wix4SecureObject:secJTI3ywlGOTsHWSdR4bEtGDc.veU\tCreateFolder\t\tEveryone\t268435456\tfilF5_pLhBuF5b4N9XEo52g_hUM5Lo", 108 "Wix4SecureObject:INSTALLFOLDER\tCreateFolder\t\tEveryone\t268435456\tfilF5_pLhBuF5b4N9XEo52g_hUM5Lo",
109 }, results.OrderBy(s => s).ToArray()); 109 }, results.OrderBy(s => s).ToArray());
110 } 110 }
111 111