diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-04-05 15:19:01 +1000 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-04-05 21:38:25 +1000 |
| commit | 05acd26c0dbb86bccb1075e55a77f94da1d22b4f (patch) | |
| tree | 8e78d1a3adb1a6cb2f335b8a7e7e73fe8b27b9b4 /src/test/WixToolsetTest.CoreIntegration/ExtensionFixture.cs | |
| parent | a26c9ac0e9b02360b298ae5c619ca4070d11ae9a (diff) | |
| download | wix-05acd26c0dbb86bccb1075e55a77f94da1d22b4f.tar.gz wix-05acd26c0dbb86bccb1075e55a77f94da1d22b4f.tar.bz2 wix-05acd26c0dbb86bccb1075e55a77f94da1d22b4f.zip | |
Implement new IParseHelper methods.
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/ExtensionFixture.cs')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/ExtensionFixture.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/ExtensionFixture.cs b/src/test/WixToolsetTest.CoreIntegration/ExtensionFixture.cs index 3103f94f..ca7ce0c0 100644 --- a/src/test/WixToolsetTest.CoreIntegration/ExtensionFixture.cs +++ b/src/test/WixToolsetTest.CoreIntegration/ExtensionFixture.cs | |||
| @@ -20,10 +20,10 @@ namespace WixToolsetTest.CoreIntegration | |||
| 20 | var folder = TestData.Get(@"TestData\ExampleExtension"); | 20 | var folder = TestData.Get(@"TestData\ExampleExtension"); |
| 21 | var build = new Builder(folder, typeof(ExampleExtensionFactory), new[] { Path.Combine(folder, "data") }); | 21 | var build = new Builder(folder, typeof(ExampleExtensionFactory), new[] { Path.Combine(folder, "data") }); |
| 22 | 22 | ||
| 23 | var results = build.BuildAndQuery(Build, "Example"); | 23 | var results = build.BuildAndQuery(Build, "Wix4Example"); |
| 24 | Assert.Equal(new[] | 24 | Assert.Equal(new[] |
| 25 | { | 25 | { |
| 26 | "Example:Foo\tBar" | 26 | "Wix4Example:Foo\tBar" |
| 27 | }, results); | 27 | }, results); |
| 28 | } | 28 | } |
| 29 | 29 | ||
