diff options
Diffstat (limited to 'src/burn/test/BurnUnitTest/BurnTestFixture.h')
-rw-r--r-- | src/burn/test/BurnUnitTest/BurnTestFixture.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/burn/test/BurnUnitTest/BurnTestFixture.h b/src/burn/test/BurnUnitTest/BurnTestFixture.h index 470c81c1..35acba67 100644 --- a/src/burn/test/BurnUnitTest/BurnTestFixture.h +++ b/src/burn/test/BurnUnitTest/BurnTestFixture.h | |||
@@ -13,7 +13,7 @@ namespace Test | |||
13 | namespace Bootstrapper | 13 | namespace Bootstrapper |
14 | { | 14 | { |
15 | using namespace System; | 15 | using namespace System; |
16 | using namespace WixBuildTools::TestSupport; | 16 | using namespace WixInternal::TestSupport; |
17 | 17 | ||
18 | public ref class BurnTestFixture : IDisposable | 18 | public ref class BurnTestFixture : IDisposable |
19 | { | 19 | { |
@@ -31,7 +31,7 @@ namespace Bootstrapper | |||
31 | 31 | ||
32 | PlatformInitialize(); | 32 | PlatformInitialize(); |
33 | 33 | ||
34 | this->testDirectory = WixBuildTools::TestSupport::TestData::Get(); | 34 | this->testDirectory = WixInternal::TestSupport::TestData::Get(); |
35 | 35 | ||
36 | LogInitialize(::GetModuleHandleW(L"BurnUnitTest.dll")); | 36 | LogInitialize(::GetModuleHandleW(L"BurnUnitTest.dll")); |
37 | 37 | ||