diff options
author | Rob Mensching <rob@firegiant.com> | 2022-06-29 13:46:54 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2022-06-29 23:58:30 -0700 |
commit | c3512cbeb0eb256e99b1942b62353a3d5528dfd9 (patch) | |
tree | 06babe9a6e9fa66afb7df670764ff9a509656354 | |
parent | 2671a0e0c551dbe2ba6a4a02cb053d5bc92ec189 (diff) | |
download | wix-c3512cbeb0eb256e99b1942b62353a3d5528dfd9.tar.gz wix-c3512cbeb0eb256e99b1942b62353a3d5528dfd9.tar.bz2 wix-c3512cbeb0eb256e99b1942b62353a3d5528dfd9.zip |
Rename RemotePayloadFixture to BurnRemotePayloadFixture in CoreIntegration
-rw-r--r-- | src/wix/test/WixToolsetTest.CoreIntegration/BurnRemotePayloadSubcommandFixture.cs (renamed from src/wix/test/WixToolsetTest.CoreIntegration/RemotePayloadFixture.cs) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wix/test/WixToolsetTest.CoreIntegration/RemotePayloadFixture.cs b/src/wix/test/WixToolsetTest.CoreIntegration/BurnRemotePayloadSubcommandFixture.cs index c4f5c5c7..dbc4d591 100644 --- a/src/wix/test/WixToolsetTest.CoreIntegration/RemotePayloadFixture.cs +++ b/src/wix/test/WixToolsetTest.CoreIntegration/BurnRemotePayloadSubcommandFixture.cs | |||
@@ -10,7 +10,7 @@ namespace WixToolsetTest.CoreIntegration | |||
10 | using WixToolset.Core.TestPackage; | 10 | using WixToolset.Core.TestPackage; |
11 | using Xunit; | 11 | using Xunit; |
12 | 12 | ||
13 | public class RemotePayloadFixture | 13 | public class BurnRemotePayloadSubcommandFixture |
14 | { | 14 | { |
15 | [Fact] | 15 | [Fact] |
16 | public void CanGetRemoteBundlePayload() | 16 | public void CanGetRemoteBundlePayload() |