diff --git a/.gitmodules b/.gitmodules index a64d4061292a..fcf302d5a747 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,8 @@ -[submodule "googletest"] +[submodule "src/submodules/googletest"] path = src/submodules/googletest url = https://github.com/google/googletest - + branch = master [submodule "src/submodules/MessagePack-CSharp"] path = src/submodules/MessagePack-CSharp url = https://github.com/aspnet/MessagePack-CSharp.git + branch = release/3.1 diff --git a/src/Servers/IIS/AspNetCoreModuleV2/CommonLibTests/ConfigUtilityTests.cpp b/src/Servers/IIS/AspNetCoreModuleV2/CommonLibTests/ConfigUtilityTests.cpp index 9b5bf6e9e69a..b505f574f95b 100644 --- a/src/Servers/IIS/AspNetCoreModuleV2/CommonLibTests/ConfigUtilityTests.cpp +++ b/src/Servers/IIS/AspNetCoreModuleV2/CommonLibTests/ConfigUtilityTests.cpp @@ -4,6 +4,7 @@ #include "stdafx.h" #include "gmock/gmock.h" using ::testing::_; +using ::testing::DoAll; using ::testing::NiceMock; namespace ConfigUtilityTests diff --git a/src/submodules/googletest b/src/submodules/googletest index 4e4df226fc19..f5e592d8ee5f 160000 --- a/src/submodules/googletest +++ b/src/submodules/googletest @@ -1 +1 @@ -Subproject commit 4e4df226fc197c0dda6e37f5c8c3845ca1e73a49 +Subproject commit f5e592d8ee5ffb1d9af5be7f715ce3576b8bf9c4