diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-07-16 16:31:49 +1000 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-07-16 16:49:44 +1000 |
| commit | ed36894d8b4da2f28972811f39d5e3685964e413 (patch) | |
| tree | db8e9c9bc90451ccee08ec4f6a153b2006ef67c8 /src/test/BurnUnitTest/ManifestTest.cpp | |
| parent | 8bcb8c013a258691d4004c50af4689b90dd05c45 (diff) | |
| download | wix-ed36894d8b4da2f28972811f39d5e3685964e413.tar.gz wix-ed36894d8b4da2f28972811f39d5e3685964e413.tar.bz2 wix-ed36894d8b4da2f28972811f39d5e3685964e413.zip | |
Integrate BurnUnitTest into latest v4.
Diffstat (limited to 'src/test/BurnUnitTest/ManifestTest.cpp')
| -rw-r--r-- | src/test/BurnUnitTest/ManifestTest.cpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/test/BurnUnitTest/ManifestTest.cpp b/src/test/BurnUnitTest/ManifestTest.cpp index 14ead82e..963be156 100644 --- a/src/test/BurnUnitTest/ManifestTest.cpp +++ b/src/test/BurnUnitTest/ManifestTest.cpp | |||
| @@ -13,13 +13,16 @@ namespace Test | |||
| 13 | namespace Bootstrapper | 13 | namespace Bootstrapper |
| 14 | { | 14 | { |
| 15 | using namespace System; | 15 | using namespace System; |
| 16 | using namespace WixTest; | ||
| 17 | using namespace Xunit; | 16 | using namespace Xunit; |
| 18 | 17 | ||
| 19 | public ref class ManifestTest : BurnUnitTest | 18 | public ref class ManifestTest : BurnUnitTest |
| 20 | { | 19 | { |
| 21 | public: | 20 | public: |
| 22 | [NamedFact] | 21 | ManifestTest(BurnTestFixture^ fixture) : BurnUnitTest(fixture) |
| 22 | { | ||
| 23 | } | ||
| 24 | |||
| 25 | [Fact] | ||
| 23 | void ManifestLoadXmlTest() | 26 | void ManifestLoadXmlTest() |
| 24 | { | 27 | { |
| 25 | HRESULT hr = S_OK; | 28 | HRESULT hr = S_OK; |
