aboutsummaryrefslogtreecommitdiff
path: root/src/burn
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2022-04-27 16:54:07 -0500
committerSean Hall <r.sean.hall@gmail.com>2022-04-28 14:23:08 -0500
commit7860559202d01cef07a9996d2c12606ac8d56221 (patch)
treed767571c00f58bc62a52d82b35a4e32f5c9f94ee /src/burn
parentc3fa0b4cfe33109244d6f4e1c12d79abb7b28864 (diff)
downloadwix-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.cpp2
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;