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/ElevationTest.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/ElevationTest.cpp')
| -rw-r--r-- | src/test/BurnUnitTest/ElevationTest.cpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/test/BurnUnitTest/ElevationTest.cpp b/src/test/BurnUnitTest/ElevationTest.cpp index bb10ce43..3d144128 100644 --- a/src/test/BurnUnitTest/ElevationTest.cpp +++ b/src/test/BurnUnitTest/ElevationTest.cpp | |||
| @@ -39,13 +39,16 @@ namespace Bootstrapper | |||
| 39 | using namespace System; | 39 | using namespace System; |
| 40 | using namespace System::IO; | 40 | using namespace System::IO; |
| 41 | using namespace System::Threading; | 41 | using namespace System::Threading; |
| 42 | using namespace WixTest; | ||
| 43 | using namespace Xunit; | 42 | using namespace Xunit; |
| 44 | 43 | ||
| 45 | public ref class ElevationTest : BurnUnitTest | 44 | public ref class ElevationTest : BurnUnitTest |
| 46 | { | 45 | { |
| 47 | public: | 46 | public: |
| 48 | [NamedFact] | 47 | ElevationTest(BurnTestFixture^ fixture) : BurnUnitTest(fixture) |
| 48 | { | ||
| 49 | } | ||
| 50 | |||
| 51 | [Fact] | ||
| 49 | void ElevateTest() | 52 | void ElevateTest() |
| 50 | { | 53 | { |
| 51 | HRESULT hr = S_OK; | 54 | HRESULT hr = S_OK; |
