diff options
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; |