You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/wix/test/WixToolsetTest.CoreIntegration/HarvestFilesFixture.cs
+21-21Lines changed: 21 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ public void MustIncludeSomeFiles()
24
24
{
25
25
10,
26
26
},messages);
27
-
});
27
+
},assertSuccess:false);
28
28
}
29
29
30
30
[Fact]
@@ -37,7 +37,7 @@ public void ZeroFilesHarvestedIsAWarning()
37
37
{
38
38
"8600: Inclusions and exclusions resulted in zero files harvested. Unless that is expected, you should verify paths, inclusions, and exclusions on Files or Payloads for accuracy.",
39
39
},messages);
40
-
});
40
+
},assertSuccess:false);
41
41
}
42
42
43
43
[Fact]
@@ -53,7 +53,7 @@ public void MissingHarvestDirectoryIsAWarning()
53
53
@"8601: Missing directory for harvesting files: Could not find a part of the path '<sourceFolder>\files2\ThisDirectoryIsAlsoMissing'.",
54
54
@"8600: Inclusions and exclusions resulted in zero files harvested. Unless that is expected, you should verify paths, inclusions, and exclusions on Files or Payloads for accuracy.",
55
55
},messages);
56
-
});
56
+
},assertSuccess:false);
57
57
}
58
58
59
59
[Fact]
@@ -93,7 +93,7 @@ public void DuplicateFilesSomethingSomething()
93
93
8602,
94
94
8602,
95
95
},messages);
96
-
});
96
+
},assertSuccess:false);
97
97
}
98
98
99
99
[Fact]
@@ -109,7 +109,7 @@ public void HarvestedFilesUnderPackageWithAuthoredFeatureAreOrphaned()
109
109
267,
110
110
267,
111
111
},messages);
112
-
});
112
+
},assertSuccess:false);
113
113
}
114
114
115
115
[Fact]
@@ -300,24 +300,19 @@ public void CanHarvestFilesWithNamedBindPaths()
0 commit comments