diff options
Diffstat (limited to 'src/burn/test/BurnUnitTest/TestRegistryFixture.h')
-rw-r--r-- | src/burn/test/BurnUnitTest/TestRegistryFixture.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/burn/test/BurnUnitTest/TestRegistryFixture.h b/src/burn/test/BurnUnitTest/TestRegistryFixture.h index 283efe42..2f283f3e 100644 --- a/src/burn/test/BurnUnitTest/TestRegistryFixture.h +++ b/src/burn/test/BurnUnitTest/TestRegistryFixture.h | |||
@@ -11,8 +11,6 @@ namespace TestSupport | |||
11 | { | 11 | { |
12 | private: | 12 | private: |
13 | String^ rootPath; | 13 | String^ rootPath; |
14 | String^ hkcuPath; | ||
15 | String^ hklmPath; | ||
16 | public: | 14 | public: |
17 | TestRegistryFixture(); | 15 | TestRegistryFixture(); |
18 | 16 | ||
@@ -22,9 +20,9 @@ namespace TestSupport | |||
22 | 20 | ||
23 | void TearDown(); | 21 | void TearDown(); |
24 | 22 | ||
25 | String^ GetDirectHkcuPath(... array<String^>^ paths); | 23 | String^ GetDirectHkcuPath(REG_KEY_BITNESS bitness, ... array<String^>^ paths); |
26 | 24 | ||
27 | String^ GetDirectHklmPath(... array<String^>^ paths); | 25 | String^ GetDirectHklmPath(REG_KEY_BITNESS bitness, ... array<String^>^ paths); |
28 | }; | 26 | }; |
29 | } | 27 | } |
30 | } | 28 | } |