summaryrefslogtreecommitdiff
path: root/src/test/burn/WixToolsetTest.BurnE2E/LayoutTests.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/burn/WixToolsetTest.BurnE2E/LayoutTests.cs')
-rw-r--r--src/test/burn/WixToolsetTest.BurnE2E/LayoutTests.cs5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/test/burn/WixToolsetTest.BurnE2E/LayoutTests.cs b/src/test/burn/WixToolsetTest.BurnE2E/LayoutTests.cs
index 1e36e2a5..47a42750 100644
--- a/src/test/burn/WixToolsetTest.BurnE2E/LayoutTests.cs
+++ b/src/test/burn/WixToolsetTest.BurnE2E/LayoutTests.cs
@@ -5,6 +5,7 @@ namespace WixToolsetTest.BurnE2E
5 using System.Collections.Generic; 5 using System.Collections.Generic;
6 using System.IO; 6 using System.IO;
7 using WixBuildTools.TestSupport; 7 using WixBuildTools.TestSupport;
8 using WixTestTools;
8 using Xunit; 9 using Xunit;
9 using Xunit.Abstractions; 10 using Xunit.Abstractions;
10 11
@@ -12,7 +13,7 @@ namespace WixToolsetTest.BurnE2E
12 { 13 {
13 public LayoutTests(ITestOutputHelper testOutputHelper) : base(testOutputHelper) { } 14 public LayoutTests(ITestOutputHelper testOutputHelper) : base(testOutputHelper) { }
14 15
15 [Fact] 16 [RuntimeFact]
16 public void CanLayoutBundleInPlaceWithMissingPayloads() 17 public void CanLayoutBundleInPlaceWithMissingPayloads()
17 { 18 {
18 var bundleA = this.CreateBundleInstaller("BundleA"); 19 var bundleA = this.CreateBundleInstaller("BundleA");
@@ -41,7 +42,7 @@ namespace WixToolsetTest.BurnE2E
41 Assert.True(File.Exists(Path.Combine(layoutDirectory, "BundleA.wxs"))); 42 Assert.True(File.Exists(Path.Combine(layoutDirectory, "BundleA.wxs")));
42 } 43 }
43 44
44 [Fact] 45 [RuntimeFact]
45 public void CanLayoutBundleToNewDirectory() 46 public void CanLayoutBundleToNewDirectory()
46 { 47 {
47 var bundleA = this.CreateBundleInstaller("BundleA"); 48 var bundleA = this.CreateBundleInstaller("BundleA");