diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2022-04-27 16:54:07 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2022-04-28 14:23:08 -0500 |
commit | 7860559202d01cef07a9996d2c12606ac8d56221 (patch) | |
tree | d767571c00f58bc62a52d82b35a4e32f5c9f94ee /src/burn | |
parent | c3fa0b4cfe33109244d6f4e1c12d79abb7b28864 (diff) | |
download | wix-7860559202d01cef07a9996d2c12606ac8d56221.tar.gz wix-7860559202d01cef07a9996d2c12606ac8d56221.tar.bz2 wix-7860559202d01cef07a9996d2c12606ac8d56221.zip |
Use GitInfo in C++/CLI unit test projects to fix Burn's FileSearch test
Diffstat (limited to 'src/burn')
-rw-r--r-- | src/burn/test/BurnUnitTest/SearchTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/burn/test/BurnUnitTest/SearchTest.cpp b/src/burn/test/BurnUnitTest/SearchTest.cpp index 06ffd017..7efbca2d 100644 --- a/src/burn/test/BurnUnitTest/SearchTest.cpp +++ b/src/burn/test/BurnUnitTest/SearchTest.cpp | |||
@@ -97,7 +97,7 @@ namespace Bootstrapper | |||
97 | } | 97 | } |
98 | } | 98 | } |
99 | 99 | ||
100 | [Fact(Skip = "Currently fails")] | 100 | [Fact] |
101 | void FileSearchTest() | 101 | void FileSearchTest() |
102 | { | 102 | { |
103 | HRESULT hr = S_OK; | 103 | HRESULT hr = S_OK; |